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

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

TODO app en javascript
https://github.com/bioxim/todo-js

Last synced: 11 days ago
JSON representation

TODO app en javascript

Awesome Lists containing this project

README

          

# Webpack Starter

Este es el proyecto inicial para crear aplicaciones utilizando webpack.

### Notas:
Recuerden reconstruir los módulos de Node
```
npm install
```

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