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
- Host: GitHub
- URL: https://github.com/bioxim/todo-js
- Owner: bioxim
- Created: 2020-04-11T12:31:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T12:54:23.000Z (about 6 years ago)
- Last Synced: 2025-11-09T11:03:27.932Z (8 months ago)
- Language: JavaScript
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```