npm i
npm run init
You will need browserify
and node-sass
to build the project :
npm i -g browserify node-sass
npm run build
or
npm run build-backend
npm run build-frontend
npm run run
Build backend only before starting the server :
npm run run-backend
Run without building :
npm start