0.0.3 • Published 4 years ago

cra-template-todo-app v0.0.3

Weekly downloads
12
License
-
Repository
github
Last release
4 years ago

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