Skip to content

pingf/3weeks3pages-1

 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 53.2%
  • CSS 46.8%