Skip to content

matteodem/meteor-boilerplate

Repository files navigation

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.