Skip to content
Snippets Groups Projects
Unverified Commit ab0b2b63 authored by Ivan Alglave's avatar Ivan Alglave Committed by GitHub
Browse files

Update README.md

parent befe1af5
No related branches found
No related tags found
No related merge requests found
......@@ -54,23 +54,16 @@ In the event you wish to run mongo on another port or use another collection, ma
## Running the app
For development purposes, we use :
To start the app in development mode, use :
```bash
$ nest start --watch
$ npm run start:dev
```
But you may use, according to what you need :
To start the app in production mode, use :
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
Any other command used to start might have *undefined behaviour* at runtime, as above commands may set environment variables required at runtime.
Check the [license](LICENSE).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment