A React + NodeJS application that fetches tweets from Twitter stream API.
|
||
---|---|---|
config | ||
public | ||
server | ||
src | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
server.js | ||
yarn.lock |
Twitter stream viewer
A React + NodeJS application that fetches tweets from Twitter stream API.
State managed with redux and Redux-Saga.
Requirements
Node JS and npm.
Installation
Clone this repository
git clone https://github.com/Rodrigoplp/stream-saga.git
Install dependencies
npm install
Start server
nodemon server
Open a second terminal session and start front-end
npm start
Open a browser and access http://localhost:3000
.
This project was bootstrapped with Create React App.