Meteor Skeleton screenshot

Meteor Skeleton

Author Avatar Theme by Kjetilhau
Updated: 27 Jan 2018
54 Stars

A simple boilerplate for creating Meteor applications with Blaze and SASS

Categories

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.

Installation:

To install Meteor-skeleton, follow the steps below:

  1. Clone the repository:
git clone https://github.com/kjetilhau/meteor-skeleton.git
  1. Change to the cloned directory:
cd meteor-skeleton
  1. Remove the .git folder and initialize a new git repository:
rm -rf .git
git init
  1. Install the required NPM packages:
meteor npm install --save
  1. Start using Meteor-skeleton for your project!

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.