项目作者: pearlBarley

项目描述 :
ReactNative project
高级语言: JavaScript
项目地址: git://github.com/pearlBarley/17717.git
创建时间: 2017-07-17T09:15:25Z
项目社区:https://github.com/pearlBarley/17717

开源协议:

下载


17717

DEMO

image
image
image
image
image

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
  1. $ cd bamboo
  2. $ yarn install
  3. $ 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
  1. $ cd bluesky
  2. $ yarn install
  3. $ 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
  1. $ cd hammock
  2. $ yarn install
  3. $ react-native run-android or react-native run-ios
EFFECT

the app will display in your simulator or your phone