Demo application that shows how implement Twitter login with React on frontend and Node.js/Express on backend that is implementing REST API.
This application was created as material that is described in the blog post. For creating React app we have used create-react-app.
- Start MongoDB - our application expects that there is twitter-demodatabase in MongoDB
- Put Twitter secret and key in twitter.config.js and
- Go to frontend folder
- npm install
- npm start
 
- Go to backend folder
- npm install
- gulp develop
 
react-node-twitter-login is released under MIT License.