2022-02-05 17:11:18 +00:00
2021-10-27 10:26:12 +02:00
2022-02-03 10:22:00 -03:00
2020-11-23 14:44:46 +01:00
2019-12-13 08:05:14 -04:00
2022-01-25 17:19:01 -04:00
2021-10-04 23:51:22 +05:30
2021-01-17 21:46:47 -05:00
2016-05-03 14:47:02 -07:00
2020-02-28 23:13:48 +01:00
2022-02-01 12:01:59 -04:00
2021-02-11 15:09:10 -04:00
2021-09-30 16:46:32 -04:00

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 documentation.

Are you looking for examples? Check this meteor/examples.

Check your changes to keep your app up-to-date.

Quick Start

On Linux/macOS/Windows, use this line:

npm install -g meteor

Visit the official install page to learn more.

Create a project:

meteor create my-app

Run it:

cd my-app
meteor

Developer Resources

Building an application with Meteor?

Interested in helping or contributing to Meteor? These resources will help:

To uninstall Meteor read here.

Description
No description provided
Readme MIT 202 MiB
Languages
JavaScript 91.1%
TypeScript 3.9%
Shell 0.9%
Java 0.7%
Swift 0.7%
Other 2.5%