ruanqin0706 / design-boilerplate

A boilerplate project for web design, with guard, compass embedded

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get started

This is a simple boilerplate project for web designer/developer, it contains the following things:

  1. Guardfile to watch changes
  2. config.rb used for compass
  3. A very simple HTML5 boilerplate file

To use it, simply clone this repo and :

$ bundle install

After the required gems are installed, you can then run

$ guard start

And if you dont have the amazing chrome plugin installed, you should.

Once it's installed, open the page in browser, and click the live reload button to enabled. You should then see something like this if you have guard started:

[1] guard(main)> 23:58:49 - INFO - Browser connected.

That's it, have fun with coding more interesting stuff.

About

A boilerplate project for web design, with guard, compass embedded


Languages

Language:CSS 56.5%Language:Ruby 34.5%Language:HTML 8.3%Language:JavaScript 0.6%