0.0.2 • Published 5 years ago

io.parrots v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

MasterProject

Development server

Run npm run start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run build or npm run build:app to build the project as ng app. The build artifacts will be stored in the dist/app directory.

Run npm run build:lib to build the project as ng component library. The build artifacts will be stored in the dist/lib directory. You can publish to npm repository by changing dir to dist/lib and run npm publish.

Running unit tests

Run npm run test to execute the unit tests via Karma.