Skip to content

StutiV/Simple-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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)

Running the app

  1. Ensure you have npm installed.

Follow the instructions for your platform here.

  1. Install all dependencies:
npm install
  1. We execute the files in the terminal using babel-node which comes with babel-cli:
./node_modules/.bin/babel-node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published