Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 779 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 779 Bytes

ngZimon

Build Status

This is Zimon, a simple dashboard for Zivis. The repository at hand contains the Angular 2 frontend.

Developer Setup

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