A simple shopping cart created using reactjs and redux.
Once cloned execute the following commands in the terminal.
npm install This will install all the dependencies required.
webpack This will compile all the javascript files and will output bundle.js file.
node server.js This will start the express web server.
Navigate to http://localhost:3000