Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Progressive Web App Shell (Material-like)
Basic HTML5 PWA App Shell inspired by Material

Live 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
```