https://github.com/natansevero/cordova-and-react
https://github.com/natansevero/cordova-and-react
android babel cordova react webpack webview
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/natansevero/cordova-and-react
- Owner: natansevero
- Created: 2017-12-05T19:00:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T19:13:26.000Z (over 8 years ago)
- Last Synced: 2025-06-04T04:19:09.483Z (about 1 year ago)
- Topics: android, babel, cordova, react, webpack, webview
- Language: CSS
- Size: 9.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple app with Cordova and React.js
1: Development:
```
npm run dev
```
2: Build of Production:
```
npm run prod
```
3: Add platforms:
```
cordova platform add [platform] (android/ios/browser)
```
4: Install pre-requisites for building:
```
cordova requirements
```
5: Run in your browser:
```
cordova serve
```
6: Run in your device
```
cordova run [platform]
```