Before running the project user needs to have mongo daemon launched in the background!
npm i
Run dev
npm run dev
Build
npm run build
Run build
npm run start
linux & mac:
export NODE_ENV=production
windows:
$env:NODE_ENV = 'production'
Mihael Ištvan