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

https://github.com/geomaticanet/todo-js

TODO App: Javascript
https://github.com/geomaticanet/todo-js

Last synced: about 1 year ago
JSON representation

TODO App: Javascript

Awesome Lists containing this project

README

          

# Proyecto de TODOs en Vanilla Javascript con webpack

Proyecto de todos

### Notas:

Recuerden reconstruir los modulos de Node.
```
npm install
```

Y para construir el build, recuerden:
```
npm run build
```