@kevin-k/redux-samples

0.0.3 • Public • Published

Redux: basic counter example

An introductory example to the workflow of redux.

How to run this example

  1. Make sure your node modules are installed (as part of the whole "redux-samples" project).
npm install
  1. Run using node -r esm src/<directory>. The esm library loaded through -r allows us to use the import/export functionality of ES6 within node.

Readme

Keywords

none

Package Sidebar

Install

npm i @kevin-k/redux-samples

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

5.21 kB

Total Files

5

Last publish

Collaborators

  • kevin-k