Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jorge-alfaro/webpack-starter

Config inicial de webpack, para cualquier proyecto
https://github.com/jorge-alfaro/webpack-starter

Last synced: 7 days ago
JSON representation

Config inicial de webpack, para cualquier proyecto

Awesome Lists containing this project

README

        

# Webpack Starter

Proyecto inicial para crear aplicaciones usando webpack.

### Notas:
Construir modulos de node

```
npm install
```

Construir build
```
npm run build
```