- Node version: 18
before you run the BackEnd locally, run these commands:
- npm run install-packages
- npm run compile
- (from VSCode) Run & Debug "[DEV] Launch API", or (from terminal) npm run nodemon
- (from WebStorm) Create a new "Run & Compile" configuration file:
- Working Directory: Project's absolute path
- File: node_modules/nodemon/bin/nodemon.js
- Application parameters: --inspect --watch dist --exec node dist/app.js -- --local