JavaScript Shell CoffeeScript HTML PowerShell CSS Other
Switch branches/tags
Permalink
Failed to load latest commit information.
.circleci Merge pull request #9627 from jamesmillerburgess/faster-circleci-work… Feb 7, 2018
.github Update ISSUE_TEMPLATE.md Nov 16, 2017
LICENSES Added MIT Copyright license for jQuery under JS Foundation Feb 15, 2017
examples Removed examples and added a command to printout their repos. Mar 3, 2016
packages Update meteor-babel to latest version, 7.0.0-beta.40-1. Feb 13, 2018
scripts Add babel-runtime package back to dev_bundle/lib/node_modules. Feb 13, 2018
tools Update meteor-babel to latest version, 7.0.0-beta.40-1. Feb 13, 2018
.eslintignore Removes Velocity testing code Jun 16, 2016
.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 Clarify what .mailmap is in comments Jul 31, 2015
.travis.yml Attempt to fix Travis CI tests. Oct 4, 2016
CODE_OF_CONDUCT.md Adjust policy doc filenames to use capital snake case Oct 11, 2017
CONTRIBUTING.md Fix typo in "Documentation" section (#9352) Nov 12, 2017
DEVELOPMENT.md Merge branch 'devel' into release-1.6 Oct 12, 2017
History.md Update meteor-babel to latest version, 7.0.0-beta.40-1. Feb 13, 2018
ISSUE_TRIAGE.md Adjust policy doc filenames to use capital snake case Oct 11, 2017
IssueTriageFlow.png More work on IssueTriage May 3, 2016
LICENSE Update license range for 2018 πŸŽ‰ (#9523) Jan 10, 2018
README.md Correct link in markdown badge. Nov 22, 2017
Roadmap.md Adjust policy doc filenames to use capital snake case Oct 11, 2017
appveyor.yml Add a self-test skip option (#9579) Jan 29, 2018
meteor Bump $BUNDLE_VERSION to 8.9.24 before rebuilding dev bundle. Feb 13, 2018
meteor.bat Detect dev_bundle download errors and fail appropriately on Windows. Mar 30, 2017

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.