https://github.com/kjetilhau/meteor-skeleton
A simple boilerplate for creating Meteor applications with Blaze and SASS
https://github.com/kjetilhau/meteor-skeleton
blaze boilerplate meteor
Last synced: 4 months ago
JSON representation
A simple boilerplate for creating Meteor applications with Blaze and SASS
- Host: GitHub
- URL: https://github.com/kjetilhau/meteor-skeleton
- Owner: kjetilhau
- License: mit
- Created: 2014-01-11T15:56:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T21:50:42.000Z (almost 8 years ago)
- Last Synced: 2025-06-08T13:06:43.137Z (5 months ago)
- Topics: blaze, boilerplate, meteor
- Language: JavaScript
- Homepage: https://meteorskeleton.herokuapp.com/
- Size: 720 KB
- Stars: 54
- Watchers: 8
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Meteor-skeleton
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](https://meteorskeleton.herokuapp.com) for a demo.

## Usage
1. Clone it: `git clone https://github.com/kjetilhau/meteor-skeleton.git`
2. `cd meteor-skeleton`
3. Remove the .git folder
4. `git init`
6. `meteor npm install --save`
7. `meteor`
## Packages used
### Atmosphere
- blaze-html-templates
- accounts-base
- #alanning:roles
- kadira:flow-router
- kadira:blaze-layout
- arillo:flow-router-helpers
- zimme:active-route
- aldeed:schema-deny
- aldeed:collection2-core
- aldeed:autoform
- fourseven:scss
### NPM
- simpl-schema
- bootstrap
- moment
- noty
The Meteor packages 'autopublish' and 'insecure' are removed by default.
## Structure
```
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
```
## Other great boilerplates
- [base](https://github.com/themeteorchef/base) by The Meteor Chef
- [meteor-boilerplate](https://github.com/matteodem/meteor-boilerplate) by matteodem
- [meteor-boilerplate](https://github.com/Differential/meteor-boilerplate) by Differential