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

https://github.com/geomaticanet/webpack-starter

Este es el cascaron de mis aplicaciones que usen webpack
https://github.com/geomaticanet/webpack-starter

Last synced: about 1 year ago
JSON representation

Este es el cascaron de mis aplicaciones que usen webpack

Awesome Lists containing this project

README

          

# Webpack Starter

Este es el proyecto inicial para crear aplicaciones utilizando webpack.

### Notas:

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

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