Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```