danivijay / react-commerce

Shopping cart made with ReactJS.
3 stars 2 forks source link
graphql pwa reactjs shopping-cart

react-commerce

Shopping cart made with ReactJS.

How to

Run local server for development

  1. Install dependencies
npm i
  1. Start local server
npm start

Create production build

npm run build

Contribution Guide

Refer: Contribution Guide Section