stream-saga/README.md
Rodrigo Pedroso 1003d35be3 Readme
2019-06-25 11:42:16 -04:00

31 lines
559 B
Markdown

# Twitter stream viewer
A React + NodeJS application that fetches tweets from Twitter stream API.
State managed with redux nad 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](https://github.com/facebook/create-react-app).