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

https://github.com/orbitbot/skeleton-skeleton

A Gulp/LESS toolchain for Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development
https://github.com/orbitbot/skeleton-skeleton

Last synced: 4 months ago
JSON representation

A Gulp/LESS toolchain for Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development

Awesome Lists containing this project

README

          

Skeleton-skeleton
=================

A Gulp/LESS toolchain for Skeleton: _A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development_

The Skeleton-skeleton is based on:

- **[Skeleton](http://getskeleton.com)**
Check out for documentation and details.

- **[Skeleton on LESS](https://github.com/whatsnewsaes/Skeleton-less)**
Skeleton built with LESS for easier replacement of grid, color, and media queries.

### Why it's awesome

Skeleton is lightweight and simple. It styles only raw HTML elements (with a few exceptions) and provides a responsive grid. Nothing more.
- Minified, it's less than a kb
- It's a starting point, not a UI framework

### Get started

You'll need [node.js](http://nodejs.org/) and [gulp](http://gulpjs.com/) installed.

Then do
```bash
$ git clone https://github.com/orbitbot/Skeleton-skeleton.git
$ npm install
$ gulp
```
... and open [http://localhost:8080](http://localhost:8080) in a browser. Edit the source index.html file and the Skeleton LESS, Gulp & BrowserSync will update your browser page automagically on file save. Mix in whatever else you need to flesh out your site. It's still just a starting point, but this time with a toolchain bolted on for speedy developing.

Use the provided ```gulp minify``` task to minfiy your distribution CSS.

## License

All parts of Skeleton & the Skeleton-skeleton are free to use and abuse under the [open-source MIT license](http://opensource.org/licenses/mit-license.php).

## Acknowledgement

Skeleton was created by [Dave Gamache](https://twitter.com/dhg) for a better web.
Skeleton-LESS was created by [@whatsnewsaes](https://github.com/whatsnewsaes)