Skip to content

prtkkmrsngh/reactify-tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactify Tweets

ENV setup

Create .env in root of packages/server/

CONSUMER_KEY=****
CONSUMER_SECRET=****
ACCESS_TOKEN=****
ACCESS_TOKEN_SECRET=****

Create .env in root of web packages/web/

REACT_APP_SERVER_URL=**URL-OF-SAILS-SERVER**

clone repository

git clone https://github.com/prtkkmrsngh/reactify-tweets.git

development

cd reactify-tweets
yarn install
yarn dev

production

cd reactify-tweets
yarn install
yarn build
yarn start

About

Reactify tweets in real-time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published