Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 14 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:07:30.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T07:59:39.662Z (over 1 year 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
```