Prerequisites You will need node and yarn installed on your machine.
- Clone the repository and
cd
into the project root - Run
yarn
to install the dependencies - Run
yarn start:api
to start the local json-server - In another terminal instance, run
yarn dev
to start the application - visit http://localhost:1234 to see the app running!
Tip: any user/pass will work on the Login form, it will default you Lenna Flatley!
I'll do my best to walk through building the app together in class. The commit history follows the sections of the walkthrough pretty well.
There is a running version of this application online here: https://quirky-booth-4581c0.netlify.app. The API has been deplpoyed to Heroku, and should be available. It's hosted on the free tier, so it may sleep and and be brefily unavailable.