Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 270 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 270 Bytes

React/Redux News app with express and mongoDB

Simple application that shows a list of news and the details of each one of them.

Install & Run

React: Run npm install and npm start. Express: Go to /server directory and npm install && node index.js.