Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 505 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 505 Bytes

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