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**
git clone https://github.com/prtkkmrsngh/reactify-tweets.git
cd reactify-tweets
yarn install
yarn dev
cd reactify-tweets
yarn install
yarn build
yarn start