https://github.com/flashamarillo/task-list-app-typescript
app de tareas en typescript
https://github.com/flashamarillo/task-list-app-typescript
Last synced: 3 months ago
JSON representation
app de tareas en typescript
- Host: GitHub
- URL: https://github.com/flashamarillo/task-list-app-typescript
- Owner: FlashAmarillo
- Created: 2022-10-27T23:49:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T23:53:54.000Z (over 3 years ago)
- Last Synced: 2025-03-11T21:48:14.474Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://monumental-cat-66124b.netlify.app
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# task-list-app-typescript
app de tareas en typescript
para iniciar la app corre los ciguiente comandos
~~~
cd task-list-app-typescript
npm install
npm run dev
~~~