UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

15 lines (8 loc) 674 B
# 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](https://karma-runner.github.io).