Skip to content

GenFirst/react-node-twitter-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published