To understand how the new service worker can be used to cache application offline
1. Node.js
2. NPM
1. Download or clone the app
2. Run npm install on root path
3. Run debug=service-workers:* npm start
4. Test app in any browser with http://localhost:3000/
Service Workers are built in with all modern broswers except IE11 and Opera mini
Click for Brower Support
- Arun Bojja
This project is licensed under the MIT License - see the LICENSE.md file for details