Add config file from the example file given. Then fill in the config details in the file.
cd BackEnd/config
cp eg.config.json config.jsoncd BackEnd
npm install
npm startServer running at port 3000 http://localhost:3000
cd Frontend
npm install
npm run serveServer running at port 8080 http://localhost:8080
npm run buildBuild files can be found in the dist folder.These files can be directly served.