Files
meteor/docs/client/common/quick-start.md
2014-10-28 02:28:35 -07:00

502 B

{{#template name="quickStart"}}

Quick start!

The following works on all supported platforms.

Install Meteor:

$ curl https://install.meteor.com | /bin/sh

Create a project:

$ meteor create myapp

Run it locally:

$ cd myapp
$ meteor
# Meteor server running on: http://localhost:3000/

Unleash it on the world (on a free server we provide):

$ meteor deploy myapp.meteor.com

{{/template}}