You should have Node.JS ver. 10+ installed (NVM/NVM Windows is recommended)
You should have MongoDB Server installed and running.
- Clone the repo
- run
npm install
- run
npm run build:dev
for webpack compilation with watch option. - run
npm build
for production optimized build.
- run
npm start
(nodemon keeps the process alive).