Skip to content

steelx/shoppingcart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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