Drupal 8 theme with Sass and Gulp task runner.
Requirements:
- Node.js:
>= 8
- Gulp
To find out if node is allready installed, open a terminal window and type:
node -v
If you see a see a version >=8, you are ok. If not install or update your node. The following article is helpfull. https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04
sudo npm install -g gulp
Make sure you are in the theme folder before you enter the following command All packages in package.json will be installed.
$ npm install
$ gulp
Watch your terminal to see what happens if you change sass and js files.