Go to file
2024-03-02 17:45:05 +07:00
public pwa 2023-03-18 18:32:50 +05:30
src first commit 2024-03-02 17:45:05 +07:00
.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 first commit 2024-03-02 17:45:05 +07:00
package.json first commit 2024-03-02 17:45:05 +07:00
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