In order to run this project node.js (v16.7.0) and npm both need to have been installed.
- Make sure you proxy port 5000 in /client package.json
- run npm install to install dependacies
- Run npm start from project root (/whisky) to start the Express server
- Run yarn start from the client directory to start the React app
- Visit http://localhost:3000/
- initialise git repo
- Install heroku globally
- git push heroku master