Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 781 Bytes

File metadata and controls

27 lines (19 loc) · 781 Bytes

React native full stack seed

Environment

  • Node 6.11.1
  • NPM 5.4.0
  • React Native * watchman
  • yarn

Install & Run

Front-end

React native install - Use build projects with native code

  • Run react-native run-*
  • Default user and pass: jdoe@gmail.com jdoe1234

Back-end

  • Run yarn install
  • Run a mongodb on mongodb://localhost/reactnativefullstack
  • Run npm run start