Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nndda/minimal-webpack-setup
https://github.com/nndda/minimal-webpack-setup
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nndda/minimal-webpack-setup
- Owner: nndda
- Created: 2024-11-16T16:02:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T12:15:39.000Z (3 months ago)
- Last Synced: 2024-11-19T13:24:25.325Z (3 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 1
- 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.