Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 726 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 726 Bytes

Meteor-boilerplate

Summary

Boilerplate for meteor (0.9) that uses some common packages Shows routing, navigation, templating, collection fixtures, (limited) publishing and (limited) subscribing.

Contains

  • folder/templates structure
  • basic routing (with iron-router)
  • collection publish and subscribe with limits (through routing)
  • file uploading and saving in mongodb (collectionfs)
  • usage samples of the following packages
    • bootstrap-3
    • iron-router
    • iron-router-active
    • jquery
    • collectionfs with cfs:gridfs (store files in mongodb)

Usage

$ git clone https://github.com/Restartz/Meteor-boilerplate.git yourProjectName
$ cd yourProjectName
$ meteor