Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Meteor, the JavaScript App Platform
JavaScript TypeScript Shell HTML CoffeeScript PowerShell Other
Branch: devel
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Include checksum of meteor script in .babel-cache CircleCI cache key. Sep 19, 2019
.github Adds info about probot-stale on ISSUE_TRIAGE Dec 11, 2019
LICENSES Add PhantomJS option back in Apr 19, 2018
examples Modernize and fix accounts-ui-viewer app Feb 1, 2018
packages Bump ejson package version to 1.1.1 Dec 20, 2019
scripts Bump package versions for the official 1.8.3 release. Dec 18, 2019
tools Differentiate initFromPackageDir by package name in METEOR_PROFILE ou… Dec 19, 2019
.eslintignore Convert tools/console/progress.js to TypeScript (#10650) Jul 26, 2019
.gitignore Add temporary `dev_bundle_XXX` directory to .gitignore Sep 12, 2017
.gitmodules Move packages-for-isopackets/blaze to packages/non-core/blaze. Sep 9, 2016
.mailmap - MDG => Meteor Software Dec 13, 2019
.travis.yml Retain PhantomJS for Console Tests May 1, 2018
CODE_OF_CONDUCT.md Adjust policy doc filenames to use capital snake case Oct 11, 2017
CONTRIBUTING.md - MDG => Meteor Software Dec 13, 2019
DEVELOPMENT.md - MDG => Meteor Software Dec 13, 2019
History.md Discuss jquery changes in the Migration Steps for Meteor 1.8.3. Dec 19, 2019
ISSUE_TRIAGE.md Adds info about probot-stale on ISSUE_TRIAGE Dec 11, 2019
IssueTriageFlow.png More work on IssueTriage May 3, 2016
LICENSE - MDG => Meteor Software Dec 13, 2019
README.md Chore: Use https in readme Oct 9, 2019
Roadmap.md Add Storybook to the roadmap (#10820) Dec 17, 2019
appveyor.yml Invalidate AppVeyor .babel-cache cache when BUNDLE_VERSION changes. Sep 19, 2019
meteor Bump $BUNDLE_VERSION to 8.17.0.0 before rebuilding dev bundle. Dec 18, 2019
meteor.bat Remove the --max-old-space-size option to node.exe in meteor.bat. Apr 6, 2018

README.md

Meteor

TravisCI Status CircleCI Status BrowserStack Status

Meteor is an ultra-simple environment for building modern web applications.

With Meteor you write apps:

  • in modern JavaScript
  • that send data over the wire, rather than HTML
  • using your choice of popular open-source libraries

Try a getting started tutorial:

Next, read the guide and the documentation.

Quick Start

On Windows, the installer can be found at https://www.meteor.com/install.

On Linux/macOS, use this line:

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

Create a project:

meteor create try-meteor

Run it:

cd try-meteor
meteor

Developer Resources

Building an application with Meteor?

Interested in helping or contributing to Meteor? These resources will help:

We are hiring! Visit meteor.io/jobs to learn more about working full-time on the Meteor project.

Uninstalling Meteor

Aside from a short launcher shell script, Meteor installs itself inside your home directory. To uninstall Meteor, run:

rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteor

On Windows, just run the uninstaller from your Control Panel.

You can’t perform that action at this time.