- Node 12.9+ (older versions are not supported)
- Typescript
- If you need to customize your environment variables, copy .env.example to .env, then edit it.
- Then, install dependencies and run project, using:
npm i npm run dev Note that in dev, application is automatically hot reloaded when changes are detected.
npm run build npm run start http://localhost:3001/api-docs/?docExpansion=none