https://github.com/lennonjesus/angular-material-pwa-shell
An Angular Material Design Progressive Web Application Base Shell with offline-first concepts and cache http requests.
https://github.com/lennonjesus/angular-material-pwa-shell
angular app material-design offline pwa shell
Last synced: 6 months ago
JSON representation
An Angular Material Design Progressive Web Application Base Shell with offline-first concepts and cache http requests.
- Host: GitHub
- URL: https://github.com/lennonjesus/angular-material-pwa-shell
- Owner: lennonjesus
- Created: 2016-11-06T16:53:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T08:23:58.000Z (over 9 years ago)
- Last Synced: 2025-05-14T00:08:50.439Z (11 months ago)
- Topics: angular, app, material-design, offline, pwa, shell
- Language: JavaScript
- Homepage: https://lennonjesus.github.io/angular-material-pwa-shell
- Size: 69.3 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Material PWA Shell
[View demo](https://lennonjesus.github.io/angular-material-pwa-shell)
An Angular Material Design Progressive Web Application Base Shell with
offline-first concepts and cache http requests.
### Get
```
git clone https://github.com/lennonjesus/angular-material-pwa-shell.git
```
### Install dependencies
```
npm install
```
### Run
```
npm start
```
### Build for production (with Webpack)
```
npm run build
```
### Help! :-)
[Pull
Requests](https://github.com/lennonjesus/angular-material-pwa-shell/pulls)
welcome! Thanks!
### Star
If you liked this project, give it a :star:!
### TODO
- [ ] minify html
- [ ] minify stylesheet
### Author
Coded with :heart: by [Lennon Jesus](https://github.com/lennonjesus)
## License
[Creative Commons Attribution License](https://creativecommons.org/licenses/by/4.0/)