🛍️ 使用React Redux构建的简单电子商务购物车应用程序

🛍️ 使用React Redux构建的简单电子商务购物车应用程序

React 其它杂项

访问GitHub主页

共14Star

详细介绍

React Shopping Cart

Simple React Shopping Cart without using Redux

license Github file size David

React Shopping Cart Preview

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:8015

For production build:

npm run build

Licence

A little project by Maksim Rabtsevich