mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
502 B
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}}