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

https://github.com/rogertm/enviroment-npm-webpack


https://github.com/rogertm/enviroment-npm-webpack

enviroment npm webpack

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Enviroment NPM & WebPack

Este repositorio es un ejemplo de cómo crear un entorno de desarrollo con **NPM** y **WebPack**.

Puedes usarlo como guía o *starter template* para tus proyectos.

- Leer entrada en el Blog https://rogertm.dev/entorno-desarrollo-npm-webpack/

## Instalación

```bash
$ git clone https://github.com/rogertm/enviroment-npm-webpack.git
$ npm install
$ npm run build
```