Skip to content

markmur/react-twitter-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-twitter-auth

Express app that serves a react app protected by Twitter authentication

Clone the repo

git clone https://github.com/markmur/react-twitter-auth

Install dependencies

yarn

Create a .env file with your twitter credentials

touch .env

Add the following:

TWITTER_KEY="YOUR_TWITTER_KEY"
TWITTER_SECRET="YOUR_TWITTER_SECRET"

Run the app

yarn start

About

Express app that serves a react app protected by Twitter authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published