Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinkakun/react-typescript-todo-app
https://github.com/yinkakun/react-typescript-todo-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yinkakun/react-typescript-todo-app
- Owner: yinkakun
- Created: 2021-08-08T18:46:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T19:01:42.000Z (over 3 years ago)
- Last Synced: 2024-10-14T07:11:39.326Z (3 months ago)
- Language: TypeScript
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```