1.0.0-alpha.7 • Published 7 years ago

react-on-a-roll v1.0.0-alpha.7

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

React On a Roll

A Cordova template using React On(senUI) a(nd) Roll(up).

npm version

Getting Started

What is included?

Installation

cordova create MyApp --template=react-on-a-roll
cd MyApp
yarn

This will install dependencies and add the browser platform.

Work using the browser platform.

yarn start

This will compile the application source code and will start a development server. The app will be reloaded every time the source code changes. You can use Cordova plugins in the browser because it uses the browser platform under the hood.

Run in a simulator or a device

yarn build && cordova run ios android

Build for production

yarn run dist && cordova build ios android --release

License

MIT