Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayd1n/react-todo-app
React Todo App
https://github.com/hayd1n/react-todo-app
Last synced: about 1 month ago
JSON representation
React Todo App
- Host: GitHub
- URL: https://github.com/hayd1n/react-todo-app
- Owner: hayd1n
- Created: 2023-11-23T06:19:19.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-23T08:41:18.000Z (about 1 year ago)
- Last Synced: 2024-11-07T07:20:57.540Z (3 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Todo App
> 😀 This is my 50 minutes challenge project
## Install dependencies
```bash
pnpm install
```## Build
```bash
pnpm run build
```## Developement server
```bash
pnpm run dev
```