https://github.com/react-declarative/cordova-bootstrap
https://github.com/react-declarative/cordova-bootstrap
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/react-declarative/cordova-bootstrap
- Owner: react-declarative
- License: mit
- Created: 2024-08-23T12:39:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T12:02:45.000Z (10 months ago)
- Last Synced: 2025-02-03T16:21:47.852Z (5 months ago)
- Language: CSS
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚛️ Cordova Bootstrap
> Apache Cordova (PhoneGap) + WebServer to host your PWA locally

## Setup
**1. Install Android Studio and Gradle**
```bash
choco install android-sdk
choco install gradle
```**2. Copy your website to www folder**
```bash
cp -R ./react-essential/build ./cordova-bootstrap/www
```**3. Build for Android**
```bash
npm run build:android
```