@kevin-k/redux-samples
v0.0.3
Published
A collection of redux examples, for educational purposes.
Downloads
6
Readme
Redux: basic counter example
An introductory example to the workflow of redux.
How to run this example
- Make sure your node modules are installed (as part of the whole "redux-samples" project).
npm install
- 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.