Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 161 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 161 Bytes

Basic todo app in React with TypeScript

Started with create-react-app --template typescript

Install dependencies:

npm install

Start dev server:

npm start