Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danhper/webpack-starter
https://github.com/danhper/webpack-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danhper/webpack-starter
- Owner: danhper
- Created: 2014-11-16T09:56:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T16:25:45.000Z (about 10 years ago)
- Last Synced: 2024-04-14T11:08:05.011Z (8 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```