Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 352 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 352 Bytes

React/Redux Shopping Cart

Run the Shopping Cart example:

git clone /~https://github.com/omelniz/react-redux-shop-cart.git

cd react-redux-shop-cart
npm install
npm run server

open http://localhost:3000/

Use next commands for developing:

npm run watch

or

npm run build