Starter Kit for a Simple Website Development.
- Compile HTML files from Jade templates.
- Prettify HTML formats.
- Compile SCSS files to CSS (Using Compass).
- Run Browser-Sync when compiling files.
- node.js
- Bundler
- "Editor Config" Package if using Sublime Text.
Install required packages.
$ npm i
Install specific version of Sass and Compass, with Bundler.
$ bundle install --path=vendor/bundle --binstubs=vendor/bin
Run watching tasks with a command with...
$ gulp
or
$ npm start