Skip to content

u2i/meteor

This branch is 16063 commits behind meteor/meteor:devel.

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2021
Nov 11, 2020
Nov 23, 2020
Feb 4, 2021
Jan 20, 2021
Jan 19, 2021
Aug 4, 2019
Jan 16, 2021
Sep 9, 2016
Dec 13, 2019
Apr 17, 2020
Oct 11, 2017
Jan 16, 2021
Oct 30, 2020
Jan 18, 2021
Jan 26, 2021
Jan 17, 2021
May 3, 2016
Feb 1, 2021
Feb 28, 2020
Oct 30, 2020
Jan 20, 2021
Sep 19, 2019
Jan 12, 2021
Nov 26, 2019

Repository files navigation

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.

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:

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.

About

Meteor, the JavaScript App Platform

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.8%
  • TypeScript 3.3%
  • Shell 0.5%
  • HTML 0.5%
  • CoffeeScript 0.4%
  • PowerShell 0.3%
  • Other 0.2%