Code repository for the tutorial by @kenwheeler: Build A Real-Time Twitter Stream with Node and React.js
- node and npm
- Clone the repo:
git clone git@github.com:scotch-io/react-tweets
- Go into folder:
cd react-tweets
- Install dependencies:
npm install
- Create local MongoDB database called react-tweets (configured in
server.js
) - Replace credentials for Twitter API (configured in
config.js
) - Start the app:
node server.js
- View in browser at:
http://localhost:8080
- Tweet away!