- Install the dependencies
npm install
- Setup environment variables in a .env file (take reference from .example.env)
- Running the app
# watch mode in development
$ npm run start:dev
# production mode
$ npm run start
npm install
# watch mode in development
$ npm run start:dev
# production mode
$ npm run start