Skip to content

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

License

Notifications You must be signed in to change notification settings

airamrguez/react-on-a-roll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published