This is Zimon, a simple dashboard for Zivis. The repository at hand contains the Angular 2 frontend.
git clone [email protected]:realzimon/ng-zimon.git
cd ng-zimon
cp app/config/sample-environment.ts app/config/environment.ts
npm install
npm start
The npm start
command first compiles the application,
then simultaneously re-compiles and runs the lite-server
.
Both the compiler and the server watch for file changes.
Shut it down manually with Ctrl-C
.
For a CI environment, where you would only build once, try:
npm run tsc