Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wahawaher/gulp-webpack-common-template

Gulp + Webpack Common Template
https://github.com/wahawaher/gulp-webpack-common-template

babel gulp template webpack

Last synced: about 8 hours ago
JSON representation

Gulp + Webpack Common Template

Awesome Lists containing this project

README

        

Gulp + Webpack Common Template 1.0.1
-------
## Get started:
```sh
git clone https://github.com/WahaWaher/gulp-webpack-common-template.git
cd gulp-webpack-common-template
npm i

# Start development
npm run dev
# Build production
npm run build
# Run gulp task
npm run gulp
```