31 lines
559 B
Markdown
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).
|