/react-twitter-auth

Express app that serves a react app protected by Twitter authentication

Primary LanguageJavaScript

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