A simple boilerplate for creating Meteor applications with Blaze and SASS
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.
To install Meteor-skeleton, follow the steps below:
git clone https://github.com/kjetilhau/meteor-skeleton.git
cd meteor-skeleton
rm -rf .git
git init
meteor npm install --save
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.