Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 747 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 747 Bytes

Re-ducks Typescript Todos Example

This project is a practical sample that replaces Redux todo app example with typescript and Re-ducks pattern, and adds router, typesafe-actions, etc.

The structure of the state etc. is referring to this awesome Re-ducks project.

It is created based on Create React App.

Develop Environment

  • OS
    • Ubuntu 18.04.1 LTS
  • node
    • v11.8.0
  • npm
    • 6.8.0

Start Todos App

git clone https://github.com/toriiico/re-ducks-typescript-boilerplate.git

cd re-ducks-typescript-boilerplate
npm i && npm start