cra-template-todo-app
v0.0.3
Published
Simple Demo app build with react+redux+router+ts can be used as initial project.
Downloads
1
Maintainers
Readme
cra-template-todo-app
A simple ToDo app build with react, redux, react-router-dom, typescirpt, and react-app-rewired, can be used as initial project.
Usage
npx create-react-app my-app --template todo-app
#or
yarn create react-app my-app --template todo-app