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
- Host: GitHub
- URL: https://github.com/geomaticanet/webpack-starter
- Owner: GeomaticaNet
- Created: 2022-06-17T02:11:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T02:31:47.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T05:26:46.120Z (about 1 year ago)
- Language: JavaScript
- Size: 578 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 modulos de Node.
```
npm install
```
Y para construir el build, recuerden:
```
npm run build
```