Apache Cordova (PhoneGap) + WebServer to host your PWA locally
1. Install Android Studio and Gradle
choco install android-sdk
choco install gradle2. Copy your website to www folder
cp -R ./react-essential/build ./cordova-bootstrap/www3. Build for Android
npm run build:android