Update README.md
This commit is contained in:
parent
794c2abdde
commit
4a63be4f10
20
README.md
20
README.md
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue