Readable is a toy single page web app built with React and Redux that allows users to make posts/comments and vote on them.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
In order to run the app you will need node, npm, and git installed on your machine.
You will also need to download the back end api that powers the app, and have it running at the url specified in ./src/config.json which is localhost:5001 by default.
git clone https://github.com/udacity/reactnd-project-readable-starter ./server
cd server
npm install
npm startTo download and run readable you just need to execute the following commands;
git clone https://github.com/NickMyers217/readable
cd readable
npm install
npm start- Udacity for providing the server and education to build this project