Here you will learn how to create Real-Time PHP application with PWA and Electron.
- setup
- decent OS -
linux
,macos
, maybewindows
will do docker
anddocker-compose
installed - https://store.docker.com/search?type=edition&offering=community- decent web browser -
chrome
,firefox
, will experience problems withsafari
orinternet-explorer
- decent OS -
- other
- github account - https://github.com/
- Add manifest to index.html to allow adding to home screen
- Download assets
- Add service worker and allow assets being served while offline
- Integrate with webpack and babel
- Use
offline-plugin
to generate service worker - Get challenges from API
- Allow testing offline, cache challenges
- Integrate script with docker, add v8 support
- Run and validate uploaded script
- Integrate frontend with backend API