Skip to content

joephuz/meteor

This branch is 1 commit ahead of, 18689 commits behind meteor/meteor:devel.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

37fcf4c Β· Feb 15, 2018
Feb 7, 2018
Nov 16, 2017
Feb 15, 2017
Mar 3, 2016
Feb 15, 2018
Feb 13, 2018
Feb 13, 2018
Jun 16, 2016
Sep 12, 2017
Sep 9, 2016
Jul 31, 2015
Oct 4, 2016
Oct 11, 2017
Nov 12, 2017
Oct 12, 2017
Feb 13, 2018
Oct 11, 2017
May 3, 2016
Jan 10, 2018
Nov 22, 2017
Oct 11, 2017
Jan 29, 2018
Feb 13, 2018
Mar 30, 2017

Repository files navigation

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.

About

Meteor, the JavaScript App Platform

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Shell 0.6%
  • CoffeeScript 0.4%
  • HTML 0.4%
  • PowerShell 0.3%
  • CSS 0.1%
  • Other 0.1%