/ng-redux-example

Example project illustrating how to maintain state (and your sanity) with redux in Angular 1.x projects

Primary LanguageTypeScript

ngRedux Example

Example project illustrating how to maintain state (and your sanity) with redux in Angular 1.x projects. Check out the ng-redux project for more information.

Setup

  • npm install
  • npm start for dev server at localhost:3000
  • npm test for unit tests
  • npm run build gets run automatically in production environments via postinstall hook

TODOs

  • add devtools
  • add nice test cases