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.
- OS
- Ubuntu 18.04.1 LTS
- node
- v11.8.0
- npm
- 6.8.0
git clone https://github.com/toriiico/re-ducks-typescript-boilerplate.git
cd re-ducks-typescript-boilerplate
npm i && npm start