Basic counter app with no view layer (run on the terminal using babel-cli) to learn the basics of Redux. (creating a reducer, a store and testing the store)
- Ensure you have
npm
installed.
Follow the instructions for your platform here.
- Install all dependencies:
npm install
- We execute the files in the terminal using
babel-node
which comes withbabel-cli
:
./node_modules/.bin/babel-node app.js