meteor boilerplate

This boilerplate is here to give you a simple starting point for your meteor projects.

# Assuming meteor is already installed
$ git clone https://github.com/matteodem/meteor-boilerplate.git
$ cd meteor-boilerplate
$ meteor npm install
$ meteor npm start

Read through the GUIDE.md or checkout the boilerplate online for more information.