# Meteor [![TravisCI Status](https://travis-ci.org/meteor/meteor.svg?branch=devel)](https://travis-ci.org/meteor/meteor) [![CircleCI Status](https://circleci.com/gh/meteor/meteor/tree/devel.svg?style=shield&circle-token=c2d3c041506bd493ef3795ffa4448684cfce97b8)](https://circleci.com/gh/meteor/meteor/tree/devel) 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: * [React](https://react-tutorial.meteor.com) * [Blaze](https://blaze-tutorial.meteor.com/) * [Vue](https://vue-tutorial.meteor.com/) * [Svelte](https://svelte-tutorial.meteor.com/) Next, read the [documentation](https://docs.meteor.com/). Are you looking for examples? Check this [meteor/examples](https://github.com/meteor/examples). Check your [changes](https://docs.meteor.com/changelog.html) to keep your app up-to-date. ## Quick Start On Linux/macOS/Windows, use this line: ```bash npm install -g meteor ``` Visit the official [install page](https://www.meteor.com/developers/install) to learn more. Create a project: ```bash meteor create my-app ``` Run it: ```bash cd my-app meteor ``` ## Developer Resources Building an application with Meteor? * Deploy on [Meteor Cloud](https://www.meteor.com/cloud) * Discussion [Forums](https://forums.meteor.com/) * Join the Meteor community Slack by clicking this [invite link](https://join.slack.com/t/meteor-community/shared_invite/enQtODA0NTU2Nzk5MTA3LWY5NGMxMWRjZDgzYWMyMTEyYTQ3MTcwZmU2YjM5MTY3MjJkZjQ0NWRjOGZlYmIxZjFlYTA5Mjg4OTk3ODRiOTc). * Announcement list. Subscribe in the [footer](https://www.meteor.com/). Interested in helping or contributing to Meteor? These resources will help: * [Core development guide](DEVELOPMENT.md) * [Contribution guidelines](CONTRIBUTING.md) * [Feature requests](https://github.com/meteor/meteor/discussions/) * [Issue tracker](https://github.com/meteor/meteor/issues) To uninstall Meteor [read here](https://docs.meteor.com/install.html#uninstall).