This is the final project for the React & Redux portion of Udacity's React Nanodegree.
The back-end for this project is available here. Readable must connect to this back-end to function properly. Instructions for running the back-end are available in that project. As long as both that back-end and this front-end are run locally, they should connect. If you have a different setup, it may be necessary to update the url of the back-end in src/utils/api.js.
- Install and start the API server
cd api-server
npm install
node server.js
Install the necessary packages with yarn install
and launch the application with yarn start
. At this point, the app should be available to you at localhost:3000.
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.