Go to file
mitanshu 632601850d pwa
2023-03-18 18:32:50 +05:30
public pwa 2023-03-18 18:32:50 +05:30
src pwa 2023-03-18 18:32:50 +05:30
.gitignore Initialize project using Create React App 2022-03-11 13:34:34 +05:30
manifest.json pwa 2023-03-18 18:32:50 +05:30
package-lock.json pwa 2023-03-18 18:32:50 +05:30
package.json gh pages added 2022-03-12 21:25:48 +05:30
README.md Update README.md 2023-03-04 16:19:07 +05:30

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000