oldwil19 / react-node-twitter-login

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:JavaScript 88.0%Language:HTML 11.6%Language:CSS 0.5%