Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nndda/minimal-webpack-setup


https://github.com/nndda/minimal-webpack-setup

Last synced: 2 days ago
JSON representation

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.