Skip to content

fuechter/fullstack-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Fullstack-challenge

Requeriments:

  • NodeJS: 7.6.0
  • Yarn: 0.27.0
  • XCode (Mac only, iOS)
  • Android (Optional)

Server

Setting

Need create a app on Twitter and configure .env on /<project>/server with this keys:

TWITTER_CONSUMER_KEY=xxx-xxx
TWITTER_CONSUMER_SECRET=xxx-xxx

Install & Run

cd server
yarn install
yarn start

Update schema

cd server
yarn run update-schema

Native

Install & Run

cd native
yarn install

yarn run ios
//or
yarn run android

Update schema

cd native
yarn run relay

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published