https://github.com/nndda/minimal-webpack-setup
Very, somewhat, kinda minimal webpack setup.
https://github.com/nndda/minimal-webpack-setup
javascript template-project web webpack
Last synced: 10 months ago
JSON representation
Very, somewhat, kinda minimal webpack setup.
- Host: GitHub
- URL: https://github.com/nndda/minimal-webpack-setup
- Owner: nndda
- Created: 2024-11-16T16:02:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T10:45:24.000Z (about 1 year ago)
- Last Synced: 2025-05-09T11:54:16.302Z (about 1 year ago)
- Topics: javascript, template-project, web, webpack
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal webpack Setup
```sh
# Install dependencis
npm install
# Development server
npm run start
# Build site to dist/
npm run build
```
Project source structures:
```
src/
├── index.html
├── style.css
└── script.js
```
## License
This template is licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/). Libraries or plugins used here might have their own license.