Back to Meteor

README

npm-packages/eslint-plugin-meteor/README.md

0.8.3.12.5 KB
Original Source

<a href='https://www.meteor.com'></a>

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/Windows, use this line:

bash
npm install -g meteor

Visit the official install page to learn more.

Alternatively, on macOS and Linux you can use:

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

Create a project:

bash
meteor create try-meteor

Run it:

bash
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:

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

On Windows, read here.