Meteor Boilerplate

screenshot of Meteor Boilerplate

Boilerplate meteor app - starting point for meteor apps

Overview:

Meteor Boilerplate is a starting point for MeteorJS applications. It includes various packages such as iron-router, Bootstrap 3, Font Awesome, LESS, and more. This boilerplate provides a common file structure for organizing client-only, server-only, and shared files. It also offers features like SEO management, favicon and touch icon generation, and seed data generation for testing.

Features:

  • Iron-Router: Provides client and server-side routing for the application.
  • Bootstrap 3: A customizable CSS framework with pre-designed components and layouts.
  • Font Awesome: A library of scalable vector icons that can be easily customized.
  • LESS: A dynamic stylesheet language that can be used to customize the look and feel of the site.
  • SEO: The yasinuslu:blaze-meta package handles page titles, meta descriptions, and Facebook and Twitter meta tags.
  • Favicons and Touch Icons: Allows for the generation and integration of favicon and touch icon images.
  • Seed Data: The dburles:factory and anti:fake packages can be used to generate fake collection data for testing the UI.

Summary:

Meteor Boilerplate provides a solid starting point for MeteorJS applications. It includes essential packages like iron-router, Bootstrap 3, Font Awesome, and LESS, allowing for quick development and customization of the application. The boilerplate also provides tools for handling SEO, generating favicons and touch icons, and generating seed data for testing.