This is Readable, a place to talk about React, Redux and everything about the Udacity universe. It is based upon Reddit (https://www.reddit.com/) and was elaborated as the project for the Udacity´s React Nanodegree Redux module.
To get Readable up and running you must first clone the Readable API Server from github. Then you clone the Readable project from my github repository. Follow the steps below:
- git clone https://github.com/udacity/reactnd-project-readable-starter.git
- cd api-server && npm install && npm start
- git clone https://github.com/agdias/udacity-react-p2.git
- cd udacity-react-p2 && npm install && npm start