airamrguez / react-on-a-roll

Cordova template using React, OnsenUI, Rollup, Babel, Prettier, Eslint, Postcss and polyfills.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cordova template using React, OnsenUI, Rollup, Babel, Prettier, Eslint, Postcss and polyfills.

License:MIT License


Languages

Language:JavaScript 87.4%Language:HTML 12.5%Language:CSS 0.1%