Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 384 Bytes

meteor-boilerplate

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

# Assuming meteor is already installed
$ npm install -g orion-cli
$ orion create myApp
$ cd myApp && meteor

Read through the GUIDE.md or checkout the repository locally for more information.