- Checkout the getting started with redux tutorials
- look at the demo redux app using immutable
- try and add multiple items to the shopping cart
- remove items from shopping cart
- add prices to items
- create a checkout page so a user can place their order (clear everything in the cart)
- create a wishlist so people can save items for later
npm start
browse to http://localhost:9966/.
npm test