Skip to content

duqicauc/design-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.6%
  • Ruby 34.5%
  • HTML 8.3%
  • JavaScript 0.6%