Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadchif/material-like-pwa-appshell
Basic HTML5 PWA App Shell inspired by Material
https://github.com/nadchif/material-like-pwa-appshell
Last synced: 5 days ago
JSON representation
Basic HTML5 PWA App Shell inspired by Material
- Host: GitHub
- URL: https://github.com/nadchif/material-like-pwa-appshell
- Owner: nadchif
- Created: 2019-09-08T20:29:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T23:44:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T03:11:55.119Z (over 1 year ago)
- Language: Less
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressive Web App Shell (Material-like)
Basic HTML5 PWA App Shell inspired by MaterialLive Demo:
https://nadchif.github.io/material-like-pwa-appshell/To run local dev server:
1. Clone repo
```
git clone https://github.com/nadchif/material-like-pwa-appshell.git
```2. Enter into directory
```
cd material-like-pwa-appshell
```3. Install packages
```
npm install
```4. Run dev server
```
npm run dev
```