Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 556 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 556 Bytes

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

Checkout the boilerplate online for more information.