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 2 months ago
JSON representation
Gulp + Webpack Common Template
- Host: GitHub
- URL: https://github.com/wahawaher/gulp-webpack-common-template
- Owner: WahaWaher
- Created: 2019-10-26T10:14:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T23:42:57.000Z (over 3 years ago)
- Last Synced: 2024-12-27T14:10:03.135Z (over 1 year ago)
- Topics: babel, gulp, template, webpack
- Language: JavaScript
- Homepage:
- Size: 13.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
```