Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wahawaher/gulp-webpack-common-template
- Owner: WahaWaher
- Created: 2019-10-26T10:14:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T23:42:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T07:52:15.134Z (over 1 year ago)
- Topics: babel, gulp, template, webpack
- Language: JavaScript
- Homepage:
- Size: 13.5 MB
- Stars: 0
- Watchers: 2
- 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
```