Skip to content

Commit

Permalink
feat: implement workbox
Browse files Browse the repository at this point in the history
  • Loading branch information
yong-asial committed Jan 22, 2019
1 parent 190e094 commit 1f3e3d8
Show file tree
Hide file tree
Showing 7 changed files with 1,690 additions and 78 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
*.swp
.vscode/
typings/
node_modules
node_modules
www/service-worker.js
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Installation

```
npm install monaca -g
git clone git@github.com:yong-asial/my-first-pwa.git
cd my-first-pwa
npm install
```

# Preview

```
cd my-first-pwa
monaca preview
```
Loading

0 comments on commit 1f3e3d8

Please sign in to comment.