Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farhadg/bootstrap-jade-stylus-gulp-boilerplate
A minimal seed comprising of Bootstrap, Jade, Stylus, Gulp and some basic imports, like Google Webfonts, FontAwesome, etc.
https://github.com/farhadg/bootstrap-jade-stylus-gulp-boilerplate
bootstrap gulp jade stylus
Last synced: 4 months ago
JSON representation
A minimal seed comprising of Bootstrap, Jade, Stylus, Gulp and some basic imports, like Google Webfonts, FontAwesome, etc.
- Host: GitHub
- URL: https://github.com/farhadg/bootstrap-jade-stylus-gulp-boilerplate
- Owner: FarhadG
- Created: 2015-01-26T09:37:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T06:30:57.000Z (almost 10 years ago)
- Last Synced: 2024-10-10T23:20:50.869Z (4 months ago)
- Topics: bootstrap, gulp, jade, stylus
- Language: JavaScript
- Size: 140 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bootstrap Jade Stylus Gulp Boilerplate
A minimal seed comprising of Bootstrap, Jade, Stylus, Gulp and some basic imports, like Google Webfonts, FontAwesome, etc. It has a set of configurations setup for the source and destinations paths, server port, livereloading, etc. You can leave them as they are or modify them inside of the `gulpfile.js`.
## Installation
You can simply fork and clone (or download) the repo into your local directory:
```
$ git clone https://github.com/FarhadG/bootstrap-jade-stylus-gulp-boilerplate.git
$ cd bootstrap-jade-stylus-gulp-boilerplate
$ npm install
$ npm run start
```## Usage
Once you run `$ npm run start`, it builds all of the files from `src` to `dist` folder, watches for changes and reloads your browser (on port 3000).
To simply build without watching, you can `$ npm run build`.
## Options
I'll be adding more features; that said, if you'd like a feature, let me know so that I'll try and implement it into future updates.