You can see demo here
node.js, npm
- Clone the repository
cd bounswe2017group11/frontend
npm install
to install the dependencies
To run locally:
npm start
To have a production build:
npm run build
Follow the instructions here to deploy the built app
Created using create-react-app. If you want to tweak configs (webpack etc.) execute:
npm run eject
Note that eject operation is non-reversible, meaning that you can't hide config files afterwards.