Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valnub/pwa-f7-demo
Source code for my PWA tutorial on YouTube
https://github.com/valnub/pwa-f7-demo
css html javascript progressive-web-app pwa
Last synced: 30 days ago
JSON representation
Source code for my PWA tutorial on YouTube
- Host: GitHub
- URL: https://github.com/valnub/pwa-f7-demo
- Owner: valnub
- Created: 2019-05-27T17:15:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T22:25:46.000Z (7 months ago)
- Last Synced: 2024-06-19T04:51:30.387Z (7 months ago)
- Topics: css, html, javascript, progressive-web-app, pwa
- Language: JavaScript
- Size: 1.58 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwa-f7-demo
This is the source code for my [PWA video on YouTube](https://youtu.be/8InXvCzt4-M) in which I will explain how to make a PWA installable and benefit from its offline caching capabilities.
## How to use
* `npm install` - install deps
* `npm start` - run development server
* `npm run build-prod` - build web app for production
* `npm run build-dev` - build web app using development mode (faster build without minification and optimization)## Links
- Twitter: www.twitter.com/timo_ernst
- Blog: www.timo-ernst.net
- Framework7: www.framework7.io