Meteor Skeleton

screenshot of Meteor Skeleton
meteor
bootstrap

A simple boilerplate for creating Meteor applications with Blaze and SASS

Overview:

Meteor-skeleton is a boilerplate for Meteor that provides a simple and organized way to create projects. It includes a complete collection sample with publications, subscriptions, and CRUD functionality. Additionally, it comes with routes, views, and helpful helpers. A demo of the boilerplate is available at meteorskeleton.herokuapp.com.

Features:

  • Complete sample collection: Includes publications, subscriptions, and CRUD functionality.
  • Routes and views: Makes it easy to navigate and organize different pages of the project.
  • Helpers: Provides helpful functions to simplify development.

Summary:

Meteor-skeleton is a useful boilerplate for Meteor that provides a well-organized structure for creating projects. It comes with a complete sample collection, routes, views, and helpful helpers. By following the installation guide, developers can quickly get started with this boilerplate and leverage its features for their projects.

meteor
Meteor

Meteor.js is a full-stack JavaScript platform that simplifies web application development by allowing developers to use a single codebase for both the client and server sides. It provides an integrated set of technologies, including real-time data updates, a reactive templating engine, and a built-in package management system, streamlining the process of building modern and scalable web applications.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.