-
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 testUnit testing without autowatch
$ ng test --watch falseIntegration test
$ ng e2eCompilation
$ ng buildCompilation with autowatch. Files are put in the public folder.
$ ng build --output-path public --watch --deploy-url static/