Skip to content

Latest commit

 

History

History

05-clicker-template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Clicker App (template)

This submodule contains simple Redux Bank application

  1. add redux library

    1. reducer (state, action, action.type, action.payload)

    2. store (createStore, subscribe, dispatch)

  2. add react-redux library:

    1. connect

  3. add redux-devtools

build, run, deploy

yarn start
yarn build
yarn deploy