This is a Create React App based React + TypeScript todo app example.
- Create React App
- React ContextAPI - share global props
- Reducer - manage global state
- TypeScript
- Styled-Components - CSS-in-JS/TS
The app assumed installed Node.js newer than 10.16.+ LTS(recommend newer than v14.0.0+). If you have not it yet, follow the official Node.js Doc to install it.
# get the repo code to your local
git clone [email protected]:chioio/ts-react-todo-app.git
# enter the workspace dir
cd ts-react-todo-app
# install deps (yarn | npm)
yarn | npm install
# run local (yarn | npm)
yarn start | npm run start
Happy to edit code 🌚