项目作者: jae-huh

项目描述 :
React Native project
高级语言: JavaScript
项目地址: git://github.com/jae-huh/manager.git
创建时间: 2017-08-09T02:05:21Z
项目社区:https://github.com/jae-huh/manager

开源协议:

下载


manager

React Native project for employee management.

A user (manager) can sign up / log in, add or remove employees, and send their schedules via text messages.

https://www.udemy.com/the-complete-react-native-and-redux-course/learn/v4/overview

To run

  1. git clone https://github.com/Jae-Huh/manager
  2. cd manager
  3. npm install

And then use the folloring script for iOS

  1. react-native run-ios

…or for Android

  1. react-native run-android

Make sure Xcode or Android emulator is installed.