Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 413 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 413 Bytes

⚛️ Cordova Bootstrap

Apache Cordova (PhoneGap) + WebServer to host your PWA locally

screenshot

Setup

1. Install Android Studio and Gradle

choco install android-sdk
choco install gradle

2. Copy your website to www folder

cp -R ./react-essential/build ./cordova-bootstrap/www

3. Build for Android

npm run build:android