It is an e-commerce application, create by using React.js (Hooks), Matrial-UI, Commerce.js and Stripe.js, created for education and learning purpose.
https://dwinatech-shop.netlify.app/
- Clone on your local machine by using
clone git@github.com:DwinaTech/DwinaTech-Shop.git
- Navigate into the main directory
- Run
npm install
to install node modules - Run
npm start
to run it locally then will open automatclly on your browser onlocalhost:3000
port - Run
npm run build
to create a production build