Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yinkakun/react-typescript-todo-app


https://github.com/yinkakun/react-typescript-todo-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# React Typescript Todo App

A demo Typescript & React Todo app to help me get familiar with Typescript in React. Built while taking [Understanding Typescript Course](https://www.udemy.com/course/understanding-typescript) on [Udemy](https://www.udemy.com)

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Local Install

```bash
# 1. Clone the repository
git clone https://github.com/yinkakun/react-typescript-todo-app

# 2. Navigate into repository.
cd react-typescript-todo-app

# 3. Install the dependencies.
yarn install

# 4. Runs the app in the development mode.
yarn start

# 5. Start the build mode
yarn build
```