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
- Host: GitHub
- URL: https://github.com/rogertm/enviroment-npm-webpack
- Owner: rogertm
- License: gpl-3.0
- Created: 2021-06-07T23:56:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T19:18:37.000Z (about 4 years ago)
- Last Synced: 2025-01-09T03:41:58.292Z (over 1 year ago)
- Topics: enviroment, npm, webpack
- Language: JavaScript
- Homepage: https://rogertm.dev/entorno-desarrollo-npm-webpack/
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```