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.json
cd BackEnd
npm install
npm start
Server running at port 3000 http://localhost:3000
cd Frontend
npm install
npm run serve
Server running at port 8080 http://localhost:8080
npm run build
Build files can be found in the dist folder.These files can be directly served.