react-node-twitter-login icon indicating copy to clipboard operation
react-node-twitter-login copied to clipboard

Demo application that shows how to enable Twitter login with React on frontend and Node.js/Express on backend

react-node-twitter-login

Demo application that shows how implement Twitter login with React on frontend and Node.js/Express on backend that is implementing REST API.

About

This application was created as material that is described in the blog post. For creating React app we have used create-react-app.

What you need to install

How To Start Application?

  • Start MongoDB - our application expects that there is twitter-demo database 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

License

react-node-twitter-login is released under MIT License.