-
Notifications
You must be signed in to change notification settings - Fork 1
Home
DamienFontaine edited this page Apr 26, 2019
·
1 revision
- Golang 1.10.*
- Lunarc 0.0.5
- NPM
Unit testing
$ ng test
Unit testing without autowatch
$ ng test --watch false
Integration test
$ ng e2e
Compilation
$ ng build
Compilation with autowatch. Files are put in the public folder.
$ ng build --output-path public --watch --deploy-url static/