A starter project including full setup for GulpJS, SASS, AutoPrefixer & BrowserSync.
To use this starter project, you'll need the following things installed on your machine.
NodeJS
use the installer from https://nodejs.org
GulpJS
npm install -g gulp
(mac users may need sudo)
Clone the project
git clone https://github.com/rudiruhl/rudiruhl-workflow
Go to the project directory
cd rudiruhl-workflow
Install dependencies
npm install
To compile scss into css
gulp style
To watch changes and reload browser
gulp watch
To finalize your files for distribution
gulp dist
-
Add jekyll
-
Add bootstrap
-
Add more plugins