####### Please note this isnt prod ready. It's more of a guide for future projects and will be updated in the future as I have more awesome Drupal 8 projects around the corner.
A starter theme for Drupal 8 using Drush CLI, Boostrap 3 SASS, Gulp + BrowserSync for automation.
- Drupal 8
- NodeJS
- Drush CLI must be installed locally or globally for automating cache refresh with Gulp. it is recommended that Drupal 8 sites are built using Composer, with Drush listed as a dependency.
# Download latest stable release using the code below or browse to github.com/drush-ops/drush/releases.
wget http://files.drush.org/drush.phar
# Or use our upcoming release: wget http://files.drush.org/drush-unstable.phar
# Test your install.
php drush.phar core-status
# Rename to `drush` instead of `php drush.phar`. Destination can be anywhere on $PATH.
chmod +x drush.phar
sudo mv drush.phar /usr/local/bin/drush
# Enrich the bash startup file with completion and aliases.
drush init
# clone a copy
git clone https://github.com/kurtisdunn/Drupal-8-Starter-Gulp-SASS.git
cd Drupal-8-Starter-Gulp-SASS
# get it going:
npm install
bower install
# run it
gulp