Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 711 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 711 Bytes

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

Installing

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

create-react-app

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.