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

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

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
```