Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danhper/webpack-starter


https://github.com/danhper/webpack-starter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Webpack starter

To get started, run

```sh
$ npm install -g gulp
$ npm install
$ gulp
```

The following gulp tasks are available.

```
├── tdd
├── test
├─┬ build
│ └── webpack:build
├─┬ build-dev
│ └── webpack:build-dev
├── webpack:build
├── webpack:build-dev
└─┬ default
└── tdd
```