Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 417 Bytes

File metadata and controls

27 lines (21 loc) · 417 Bytes

Static sites with Jade, Scss and Gulp.js

Dependencies:

  • sass v3.3+
  • node.js
  • npm v2.0+
  • gulp

The template includes:

  • Jade
  • Plain HTML
  • Sass (3.3+)
  • Bourbon/Neat/Bitters
  • Autoprefixer
  • BrowserSync
  • Gulp.js

To get started:

  1. git clone https://github.com/CosminAnca/static-gulp-jade.git [project-name]
  2. cd [project-name]
  3. npm install
  4. gulp
  5. Done