The Wayback Machine - https://web.archive.org/web/20210812192107/https://github.com/meteor/meteor
Skip to content
devel
Switch branches/tags
Code

Latest commit

…_URL-to-sourceMappingURL-for-base64-encoded-urls

Fixes #11583 Do not add ROOT_URL to sourceMappingURL for base64 encoded urls
a61ce9b

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Aug 2, 2021
Aug 12, 2021
Feb 28, 2020

Meteor

TravisCI Status CircleCI 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.

Are you looking for examples? Check this meteor/examples

Quick Start

On Linux/macOS, use this line:

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

On Windows, use this line:

npm install -g meteor

Visit the official install page to learn more.

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:

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, read here.