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

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

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