Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1013 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 1013 Bytes

React Todo App Example

Todo App

What's this?

This is a Create React App based React + TypeScript todo app example.

Tech stack

Installation

🔧 Prerequisites

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.

Then

# 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

Finally

Happy to edit code 🌚

LICENSE

MIT