- Git
- Node.js and npm Node ^6.11.0, npm ^3.10.10
This project was generated with Angular CLI version 1.5.0.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
-
Run
npm install
to install server dependencies. -
Rename .env.sample to .env.
-
Run
npm run docker:serve
to start the docker container with app in development mode. -
Run
npm run watch
. It must automatically restart node server when the files are changed.
Running npm test
will run the unit tests with mocha.