This is a meteor boilerplate including sass bootstrap initialized with compass. Great for jumpstarting apps
git clone https://github.com/kevohagan/meteor-sass-bootstrap.git
cd meteor-sass-bootstrap
mrt
open your browser at http://localhost:3000
and you're good to go
The boilerplate includes a basic config.rb file in the /client folder.
Just start it by going to the /client folder and entering compass watch
For more info on how to use bootstrap-sass go to @glebm's package. That's were all the magic is! :)
- sass-bootstrap
- font-awesome
- iron-router
It includes some dummy content from @IronSummitMedia and their awesome startbootstrap templates. Basic setup for Iron Router is included with a home template.