From 45813429a6410b92b9a8e47f6ebeb361bc4d4ea9 Mon Sep 17 00:00:00 2001 From: Bharat Date: Thu, 2 Nov 2017 16:47:29 +0530 Subject: [PATCH] Readme updation --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index ea8bfc2..e2ce87d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ # basic-pwa Minimal Code for setting up a PWA App. + + +- Clone the repo using + +``` + +git clone git@github.com:Bharat23/basic-pwa.git + +``` + +- Run the following command to install npm dependencies + +``` + +npm install + +``` + +- Run the code using the following command + +``` + +nodemon index.js + +``` \ No newline at end of file