An open API service indexing awesome lists of open source software.

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.

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.