This project was developed for an assessment for Udacity's React Nanodegree course.
- Install all project dependencies with
yarn install - Clone and start the Backend Server
- Start the development server with
yarn start
runs on localhost:3000
The backend server was provided by Udacity, so you need to download or clone the repository Readable API Server and run it locally in order to this project connect with it and work as expected.