Update README.md

This commit is contained in:
Kamil Myśliwiec
2018-03-26 20:42:17 +02:00
committed by GitHub
parent 794c2abdde
commit 4a63be4f10
+17 -3
View File
@@ -35,16 +35,30 @@
$ npm install $ npm install
``` ```
## Start ## Running the app
``` ```bash
# development
$ npm run start $ npm run start
# watch mode
$ npm run start:dev
# production mode
npm run start:prod
``` ```
## Test ## Test
``` ```bash
# unit tests
$ npm run test $ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
``` ```
## Support ## Support