The app features a news application for users to post, rate and comment on their favorite topics. Application created as part of Udacity React Nanodegree
1. git clone https://github.com/eduzol/react-readable
2. cd react-readable/server
3. npm install
4. node .\server.js
5. cd ../frontend
6. npm install
7. npm start
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.