README.md

September 7, 2016 ยท View on GitHub

RNWeb NativeBase Starter Kit

Starter kit for react-native-web-extended + native-base-web.

Data Flow: redux, redux-saga
Unit Test: Mocha
Others: ESLint

Bootstrap Your App

Setup

git clone https://github.com/Chion82/rnweb-native-base-starter.git my-react-app
cd my-react-app
npm i

Dev

The API service for this todo-list app is powered by a simple backend server. Run it by

npm run backend

Then open a new terminal and run your app:

npm run dev

Contents

  1. 1RNWeb NativeBase Starter Kit
  2. 2Bootstrap Your App
  3. 3Setup
  4. 4Dev