rameez543 / react-shopping-cart

Simple react showing cart template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Shopping Cart

Simple React Shopping Cart

Setup

Goto the project folder and install required dependencies:

npm install

And run Webpack to watch for code changes and bundle js and scss files:

npm start

Project will be automatically open at http://localhost.com:8015

For production build:

npm run build

About

Simple react showing cart template

License:MIT License


Languages

Language:JavaScript 62.8%Language:SCSS 36.1%Language:HTML 1.2%