This is a simple Progressive Web Application (PWA) created to demonstrate how one can create PWA using Sencha Ext JS and Sencha Cmd.
- Sencha Ext JS - This has been tested with 6.2 version
- Sencha Cmd - 6.5+
- Google Chrome Browser - 56+
- Android - 5.0+
- WebServer (with HTTPS support)
- Clone the repo
cd /local/folder/
- Run the following command to add Ext JS SDK to the application:
sencha app install --frameworks /path/to/extjs/sdk/folder
- Run the following command to build the application:
sencha app build
- Deploy
./build/production/PWA
folder to a WebServer (preferably serving HTTPS) - Access the application in Chrome browser on your Android device and test PWA scenarios:
- When Online
- Open application in browser
- Add to Home
- Launch application from Home screen
- When Offline
- Open application in browser
- Add to Home
- Launch application from Home screen