Skip to content

payner35/meteor-newbies-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info on my blog

So my last Meteor for Newbies post we looked at the Leaderboard example. And fleshed it out with some Coffee-script goodness. I also attempted to make sense of the suggested tasks. While overall I was pretty pleased with the way it all came together... it did look a bit crap. So with limited CSS knowledge I decided to go for Twitter Bootstrap to give my killer app the GUI it truly deserved.  Lets have a look at the finished masterpiece.

 

 

So Bootstrap is pretty awesome and comes with some decent features out of the box. It's a front-end toolkit for faster, more beautiful web development. Bootstrap provides simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions including typography, forms, buttons, tables, grids, and navigation.

Bootstrap works with LESS.. LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. It allows for more compact stylesheets and helps reduce code duplication in CSS files. With the less package installed, .less files in your application are automatically compiled to CSS and the results are included in the client CSS bundle. See http://lesscss.org/ for documentation of the LESS language.

To get Bootstrap & LESS working your Meteor project will need to include two smart packages.

$ meteor add bootstrap $ meteor add less

I pushed the source to my new git repository.  Catch it here

https://github.com/payner35/meteor-newbies-1

 

 

About

Meteor Leaderboard example in coffe-script with Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages