This project was generated with Angular CLI version 9.0.5.
Clone this repo and then execute npm install
Once installed, copy the latest version of the Rainbow SDK for Web to the assets directory
npm run copy
or
cp ./node_modules/rainbow-web-sdk/src/vendors-sdk.min.js ./src/assets/
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To avoid issues with the minification of the code in production, do not forget to put env NG_BUILD_MANGLE=false
before running ng serve
or ng build
scripts (see example in package.json file).