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