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).
- Node.js + npm
- Gulp installed globally:
npm install gulp --global
- Windows users: Windows Build Tools:
npm install --global --production windows-build-tools
. Make sure to run this as an administrator.
git clone https://github.com/marcinkrzeminski/gulp-starter-kit.git
cd gulp-starter-kit
npm install
gulp
In order to build the production version of your project run gulp build from the root of cloned repo.
- 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 ❤️