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:devfor webpack compilation with watch option. - run
npm buildfor production optimized build.
- run
npm start(nodemon keeps the process alive).