mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
875f656a6f0b902be494f753899cf5e2d8372fde
# Conflicts: # meteor # npm-packages/meteor-babel/package-lock.json # npm-packages/meteor-babel/package.json # packages/babel-compiler/.npm/package/npm-shrinkwrap.json # packages/babel-compiler/package.js # packages/meteor-tool/package.js # scripts/admin/meteor-release-experimental.json # scripts/dev-bundle-tool-package.js
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?
- Deploy on Meteor Cloud
- Discussion Forums
- Join the Meteor community Slack by clicking this invite link.
- Announcement list. Subscribe in the footer.
Interested in helping or contributing to Meteor? These resources will help:
To uninstall Meteor read here.
Languages
JavaScript
91.1%
TypeScript
3.9%
Shell
0.9%
Java
0.7%
Swift
0.7%
Other
2.5%
