Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 776 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 776 Bytes

Book session on Codementor

shoppingcart

react-redux simple shopping cart

WATCH TUTORIAL

Youtube Playlist

SETUP

npm install

RUN (open 2 terminal tabs)

webpack
node server.js

and open in browser http://localhost:3000/

OR else just open public folder and run local server without installing anything =>

cd public
http-server

#RUN TESTS

npm run test

DEMO:

IMAGE ALT TEXT HERE