1.0.0-alpha.7 • Published 8 years ago
react-on-a-roll v1.0.0-alpha.7
React On a Roll
A Cordova template using React On(senUI) a(nd) Roll(up).
Getting Started
What is included?
- React & React DOM
- OnsenUI & React OnsenUI
- Babel
- PostCSS
- Rollup
- Eslint
- Prettier
- Livereload
- Fetch, Promise and much more ES6 polyfills.
Installation
cordova create MyApp --template=react-on-a-roll
cd MyApp
yarnThis will install dependencies and add the browser platform.
Work using the browser platform.
yarn startThis 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 androidBuild for production
yarn run dist && cordova build ios android --releaseLicense
MIT
1.0.0-alpha.7
8 years ago
1.0.0-alpha.6
8 years ago
1.0.0-alpha.5
8 years ago
1.0.0-alpha.4
8 years ago
1.0.0-alpha.3
9 years ago
1.0.0-alpha.2
9 years ago
1.0.0-alpha.1
9 years ago