Skip to content
DamienFontaine edited this page Apr 26, 2019 · 1 revision

Voice Corpus Maker

Development

Development

  • Golang 1.10.*
  • Lunarc 0.0.5
  • NPM

Golang

Angular

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/
Clone this wiki locally