Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 775 Bytes

CONTRIBUTING.md

File metadata and controls

52 lines (29 loc) · 775 Bytes

How to contribute In this Project 🤔 ?

  1. Start By creating an issue
  2. Make changes to code
  3. Make sure your code passes all the test
  4. If your code will fail the test then let me know
  5. Then fork the repo
  6. Then give pull request

Requirments

You will need to install nodejs in computer. If you haven't yet nodejs.org

Tests

npm run test

How to get Started

Well clone this repo

# use git clone to download or clone repo.


git clone https://github.com/vivek80801/my-ecommarce-pwa.git

and run

# This will install all required dependecy.

npm install

To run the App run

# This command will start this project on http://localhost:3000/ in your default browser.

npm start