https://github.com/netgusto/void
Simplest webpack setup for dev + dist
https://github.com/netgusto/void
Last synced: 6 months ago
JSON representation
Simplest webpack setup for dev + dist
- Host: GitHub
- URL: https://github.com/netgusto/void
- Owner: netgusto
- Created: 2016-02-04T09:43:04.000Z (almost 10 years ago)
- Default Branch: es6
- Last Pushed: 2017-02-19T09:55:26.000Z (almost 9 years ago)
- Last Synced: 2025-03-23T19:23:51.076Z (10 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# void
Simplest webpack setup for dev + dist
## install
```bash
$ npm install
```
## develop
```bash
$ npm run serve:dev
# Navigate to http://localhost:8080; says "Hello, World" in the console !
```
## build
```bash
$ npm run build
# Built file is dist/bundle.js
```