https://github.com/antonreshetov/jade-sass-gulp-startkit-2
Jade Sass Gulp StartKit 2
https://github.com/antonreshetov/jade-sass-gulp-startkit-2
Last synced: 8 months ago
JSON representation
Jade Sass Gulp StartKit 2
- Host: GitHub
- URL: https://github.com/antonreshetov/jade-sass-gulp-startkit-2
- Owner: antonreshetov
- Created: 2017-01-25T15:00:09.000Z (over 8 years ago)
- Default Branch: uikit
- Last Pushed: 2017-06-04T16:54:48.000Z (over 8 years ago)
- Last Synced: 2025-01-03T20:12:38.697Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 252 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jade Sass Gulp StartKit 2
=============================A StartKit including full setup for Jade, Gulp, Scss, Autoprefix & BrowserSync.
Tools included:
* [Kube](https://imperavi.com/kube/) - CSS Framework
* [Flexiblegs](http://flexible.gs/install/scss) - Flexible Grid System
* [UIkit](https://getuikit.com/docs/introduction) - UIkit## 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
```