Menu Close

react-node-twitter-login

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.

View Source Code
Posted in Development