npm i
npm run initYou will need browserify and node-sass to build the project :
npm i -g browserify node-sassnpm run buildor
npm run build-backend
npm run build-frontendnpm run runBuild backend only before starting the server :
npm run run-backendRun without building :
npm start