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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 3 deletions

View File

@ -35,16 +35,30 @@
$ npm install
```
## Start
## Running the app
```
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
npm run start:prod
```
## Test
```
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## Support