The final project has been deployed here -- the application falls asleep after a few minutes, so when first loading the page be prepared to wait a bit. To set up the code on your own computer, follow the instructions below.
- Download this repository.
- Run
npm installto install all the necessary packages. - Run
npm run serveto create a development website.
npm run build