https://github.com/kni-labs/bp-stylus
Our boilerplate to start a responsive html5/jade/stylus project
https://github.com/kni-labs/bp-stylus
Last synced: about 1 month ago
JSON representation
Our boilerplate to start a responsive html5/jade/stylus project
- Host: GitHub
- URL: https://github.com/kni-labs/bp-stylus
- Owner: kni-labs
- Created: 2015-01-30T15:48:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T18:34:15.000Z (about 10 years ago)
- Last Synced: 2025-02-17T09:34:40.115Z (4 months ago)
- Language: CSS
- Size: 586 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KNI Boilerplate
---
For jump-starting new HTML projects.## Technologies / Dependencies
* **[Gulp](http://gulpjs.com)** – Gulp is our task runner of choice, and is responsible for all minification, concatination, and watch tasks for dev.
* **[Stylus](http://learnboost.github.io/stylus/)** – Stylus provides extremely fast, expressive, powerful, and robust pre-processing for our CSS.
* **[Axis](http://axis.netlify.com)** – Axis is a sizeable css utility library built on top of stylus and and [nib](http://visionmedia.github.io/nib/).
* **[Jeet](http://jeet.gs/)** – More than a grid system. Makes layout a a breeze.
* **[Rupture](http://jenius.github.io/rupture/)** – Stylus media query utility for gorgeous breakpoints## Getting Started
The first dependency you will need is [Brew](http://brew.sh/). Brew is a package manager for OSX and will allow us to install, and update Node through the command line. In your Terminal window run the following command:
`ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"`
After that is completed, run:
`brew doctor`
This will tell you if there is anything in your system preventing Brew from doing it's job. Typically there won't be any major problems reported, but go ahead and fix any major blocking issues reported before moving on.
Next up run the following command to get NodeJS and NPM (Node Package Manager) installed -- this may require sudo:
`brew install node`
Assuming this worked, you now have NodeJS installed. While the boilerplate isn't run on a node server, we love to take advantage of it's Node Package Manager!
## Installation Instructions
1. Clone this repository
2. Run: `npm install`## Usage
Run: `gulp watch`
This will compile all of the necessary images, CSS, and Javascript, run watch tasks to compile the aforementioned files when edited, and spin up a live-reload server.
## Browser Support
IE 9 + the good ones
v.1.0