https://github.com/foxching/react-todo
a simple todo app with react and typescript
https://github.com/foxching/react-todo
reactsjs typescript
Last synced: about 1 month ago
JSON representation
a simple todo app with react and typescript
- Host: GitHub
- URL: https://github.com/foxching/react-todo
- Owner: foxching
- Created: 2019-04-24T11:53:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:07:30.000Z (over 3 years ago)
- Last Synced: 2025-06-22T20:38:34.797Z (12 months ago)
- Topics: reactsjs, typescript
- Language: TypeScript
- Homepage:
- Size: 5.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
A simple todo application written in reactjs with typescript
### Installation
Install all the dependencies
```sh
$ yarn create react-app my-app
```
### Serve
To serve in the browser
```sh
$ yarn start
```
Serve on localhost:300
### Build
Compile and build
```sh
$ yarn build
```