- Start By creating an issue
- Make changes to code
- Make sure your code passes all the test
- If your code will fail the test then let me know
- Then fork the repo
- Then give pull request
You will need to install nodejs in computer. If you haven't yet nodejs.org
npm run test
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