damilolaolatunji / react-news-feed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime News Feed

Demo of a realtime news feed with React and Pusher Channels. Tutorial: https://pusher.com/tutorials/live-news-feed-react

Getting Started

  1. Clone this repository and cd into it.
  2. Execute npm install to download dependencies.
  3. See tutorial for notes on how to get the required keys from Pusher and NewsApi.org
  4. Open client/src/App.js and variables.env and update them with your Pusher and NewsApi credentials
  5. Run node server.js to start the express server
  6. cd into the client folder, run npm install followed by yarn start to start the development server. View http://localhost:3000 in your browser.

Pre-requisites

Built With

Licence

MIT

About


Languages

Language:JavaScript 78.5%Language:HTML 16.8%Language:CSS 4.7%