An open API service indexing awesome lists of open source software.

https://github.com/antonreshetov/jade-sass-gulp

Jade Sass Gulp - StartKit
https://github.com/antonreshetov/jade-sass-gulp

Last synced: 8 months ago
JSON representation

Jade Sass Gulp - StartKit

Awesome Lists containing this project

README

          

Jade Gulp Sass StartKit
=============================

A StartKit including full setup for Jade, GulpJS, Sass, Autoprefix & BrowserSync.

Tools included:

* [Kube](https://imperavi.com/kube/) - CSS Framework v5.0
* [Flexiblegs](http://flexible.gs/) - Flexible Grid System v2.3.5
* [FlexSlider](http://flexslider.woothemes.com/) - FlexSlider v2.6.0
* [fancyBox](http://fancyapps.com/fancybox/) - fancyBox v2.1.5

## System Preparation

To use this starter project, you'll need the following things installed on your machine.

1. [NodeJS](http://nodejs.org) - use the installer.
2. [GulpJS](https://github.com/gulpjs/gulp) - `$ npm install -g gulp` (mac users may need sudo)

## Local Installation

1. Clone this repo, or download it into a directory and run `npm install` from inside the directory.

## Usage

**development mode**

1. This will give you file watching, browser synchronisation, jade to html, auto-rebuild.

```shell
$ gulp
```