☕️ Coffee Week delivered by React front-end, served by NodeJS back-end and storage via SQLite database.
Install nodemon globally
npm i nodemon -g
Install server and client dependencies
yarn
cd client
yarn
To start the server and client at the same time (from the root of the project)
yarn dev
App deployed on heroku.
Tests can be found per component.
cd client
npm test