Skip to content

michael-wolfenden/redux-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-shopping-cart

My take on the shopping cart example from the redux source

Build Status License

Getting started

This will install all npm packages and then run a live reload server at http://localhost:8080/index.html

> npm start

Testing

Runs Karma and watches for changes to re-run tests. To add a unit test, simply create a .spec.js file anywhere in ~/src. Karma will pick up on these files automatically. Mocha will be available within your test without the need to import it.

> npm test

Production build

Runs linter, tests, and then on success, compiles your application to ~/dist

> npm run production

Libraries

Testing

  • karma - Test Runner for JavaScript
  • enzyme - JavaScript Testing utilities for React
  • expect - Write better assertions

React / Redux

  • redux-actions - Flux Standard Action utilities for Redux.
  • redux-thunk - Thunk middleware for Redux
  • redux-devtools - DevTools for Redux with hot reloading, action replay, and customizable UI

Other

About

My take on the shopping cart example from the redux source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published