https://github.com/marcinkrzeminski/gulp-starter-kit
My Gulp Starter Kit
https://github.com/marcinkrzeminski/gulp-starter-kit
autoprefixer browsersync concat gulp sass scss uglify
Last synced: about 1 year ago
JSON representation
My Gulp Starter Kit
- Host: GitHub
- URL: https://github.com/marcinkrzeminski/gulp-starter-kit
- Owner: marcinkrzeminski
- License: mit
- Created: 2016-10-24T20:13:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T14:28:27.000Z (over 7 years ago)
- Last Synced: 2025-03-29T21:32:20.736Z (about 1 year ago)
- Topics: autoprefixer, browsersync, concat, gulp, sass, scss, uglify
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 91
- Watchers: 10
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-starter-kit
If you want to know how to build that kind of startet kit you can watch the YouTube videos I created while working on this starter kit: https://goo.gl/sMFmyN (Note: Videos are in Polish).
## Prerequisites
1. Node.js + npm
2. Gulp installed globally: `npm install gulp --global`
3. __Windows users__: Windows Build Tools: `npm install --global --production windows-build-tools`. Make sure to run this as an administrator.
## Usage
### 1. Clone repo
```
git clone https://github.com/marcinkrzeminski/gulp-starter-kit.git
```
### 2. Go inside cloned repo
```
cd gulp-starter-kit
```
### 3. Install all dependencies (make sure nodejs with npm is installed on your machine)
```
npm install
```
### 4. Run default gulp task (will open browser window with live reload)
```
gulp
```
## Build
In order to build the production version of your project run __gulp build__ from the root of cloned repo.
## List of npm packages used
- gulp
- browser-sync
- gulp-sass
- gulp-sourcemaps
- gulp-autoprefixer
- gulp-clean-css
- gulp-uglify
- gulp-concat
- gulp-imagemin
- gulp-changed
- gulp-html-replace
- gulp-htlmin
- del
- run-sequence
Big thanks to all the authors of these packages :heart: