A simple boilerplate for creating Meteor applications with Blaze and SASS
A boilerplate for Meteor - giving you a simple and more organized way to create projects.
It comes with a complete collection sample including publications, subscriptions and CRUD functionality. Routes, views and some nice helpers are also included.
Take a look at meteorskeleton.herokuapp.com for a demo.
git clone https://github.com/kjetilhau/meteor-skeleton.git
cd meteor-skeleton
git init
meteor npm install --save
meteor
The Meteor packages ‘autopublish’ and ‘insecure’ are removed by default.
client
import
api/
documents/
both/
schemas/
server/
modules/
startup/
both/
client/
router/
server/
ui/
components/
documents/
edit/
index/
documents-index-item/
new/
show/
helpers/
layouts/
pages/
shared/
stylesheets/
theme/
public
img/
fonts/
server