Skip to content

Commit

Permalink
Readme updation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharat23 committed Nov 2, 2017
1 parent 8191582 commit 4581342
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# basic-pwa
Minimal Code for setting up a PWA App.


- Clone the repo using

```
git clone [email protected]:Bharat23/basic-pwa.git
```

- Run the following command to install npm dependencies

```
npm install
```

- Run the code using the following command

```
nodemon index.js
```

0 comments on commit 4581342

Please sign in to comment.