Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jorge-alfaro/webpack-starter
- Owner: jorge-alfaro
- Created: 2020-12-31T23:02:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T04:21:50.000Z (almost 4 years ago)
- Last Synced: 2024-04-20T18:21:11.625Z (7 months ago)
- Language: JavaScript
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```