This sample shows you how to integrate ScaleDynamics WarpJS SDK in an Angular project generated with angular/cli
.
This project was generated with Angular CLI version 9.1.2.
$ npm install -g @angular/cli
$ ng new angular
👉 Try a live demo
- Clone the project
- Go to the
warp-samples/angular
directory - Run the following commands:
# install deps
$ npm install
# login to ScaleDynamics
$ npx warp login
# run a dev server
$ npm run start
# build and deploy to production
$ npm run build
$ npm run deploy