A simple Gulp workflow that uses sass for css, Webpack, babel.js, image minification, and browsersync. Options available for static html, roots/bedrock app using composer, or install Craft CMS v3.
npm install generator-gulp-starter-kit[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
First, install Yeoman and generator-gulp-starter-kit using npm (we assume you have pre-installed node.js).
``bash`
npm install -g yo
npm install -g generator-gulp-starter-kit
Then generate your new project:
`bash``
yo gulp-starter-kit
In order to use Bedrock or Craft CMS options, you must have the follow requirements:
* Composer
* Larvel Valet or some other development environment like MAMP or XAMP
* MySQL or PostgreSQL
- How to install MySQL on Mac using Homebrew - [https://gist.github.com/operatino/392614486ce4421063b9dece4dfe6c21]
- How to install PostgreSQL on Mac - [https://www.moncefbelyamani.com/how-to-install-postgresql-on-a-mac-with-homebrew-and-lunchy/]
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to learn more about Yeoman.
MIT © Tyrel Witcher
[npm-image]: https://badge.fury.io/js/generator-gulp-starter-kit.svg
[npm-url]: https://npmjs.org/package/generator-gulp-starter-kit
[travis-image]: https://travis-ci.com/twitcher07/generator-gulp-starter-kit.svg?branch=master
[travis-url]: https://travis-ci.com/twitcher07/generator-gulp-starter-kit
[daviddm-image]: https://david-dm.org/twitcher07/generator-gulp-starter-kit.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/twitcher07/generator-gulp-starter-kit