Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 537 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 537 Bytes

Setup

BackEnd

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

FrontEnd

cd Frontend
npm install
npm run serve

Server running at port 8080 http://localhost:8080

Build for production

npm run build

Build files can be found in the dist folder.These files can be directly served.