Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 332 Bytes

README.adoc

File metadata and controls

17 lines (13 loc) · 332 Bytes

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