项目作者: pearlBarley
项目描述 :
ReactNative project
高级语言: JavaScript
项目地址: git://github.com/pearlBarley/17717.git
17717
DEMO





HOW TO START
START THE EXPO PROJECT bamboo
- the expo project create by create-react-native-app — a npm module.
- Create React Native App will allow users to start React Native project to development and debugging , even they install Xcode or Android Studio not yet in the Linux or Windows environment.
- please visit create-react-native-app for detail
NECESSARY ENVIROMENT
- node
- npm or yarn
- react-native
- android environment or ios environment
- then start your simulator
- or install the Expo app in your phone, please visit https://expo.io. keep your phone on the same local network as this computer.
COMMAND
$ cd bamboo
$ yarn install
$ yarn start
EFFECT
the app will display in your simulator or your phone
START THE NODE PROJECT bluesky
- the bluesky project create by node.
- use mongodb database and redis cache
NECESSARY ENVIROMENT
- node
- npm or yarn
- mongodb
- redis
COMMAND
$ cd bluesky
$ yarn install
$ yarn start
EFFECT
node service start
START THE NORMAL REACT NATIVE PROJECT hammock
the normal react native project create by commond call ‘react-native init’
NECESSARY ENVIROMENT
- node
- npm or yarn
- react-native
- android environment or ios environment
- then start your simulator
- or connect your phone and computer with usb
COMMAND
$ cd hammock
$ yarn install
$ react-native run-android or react-native run-ios
EFFECT
the app will display in your simulator or your phone