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
Checkout the boilerplate online for more information.