# react-tweets **Repository Path**: jerryang/react-tweets ## Basic Information - **Project Name**: react-tweets - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-21 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Real Time Twitter Stream with Node and React Code repository for the tutorial by @kenwheeler: [Build A Real-Time Twitter Stream with Node and React.js](http://scotch.io/tutorials/javascript/build-a-real-time-twitter-stream-with-node-and-react-js) ## Requirements - node and npm ## How to Use 1. Clone the repo: `git clone git@github.com:scotch-io/react-tweets` 2. Go into folder: `cd react-tweets` 3. Install dependencies: `npm install` 4. Create local MongoDB database called **react-tweets** (configured in `server.js`) 5. Replace credentials for Twitter API (configured in `config.js`) 6. Start the app: `node server.js` 7. View in browser at: `http://localhost:8080` 8. Tweet away!