Meteor is an ultra-simple environment for building modern web applications.
Official Website
Installation
Documentation
Benefit from the latest technology updates to rapidly prototype and develop your applications.
Use popular frameworks and tools right out-of-the-box. Focus on building features instead of configuring disparate components yourself.
Use the same code whether you’re developing for web, iOS, Android, or desktop for a seamless update experience for your users.
How about trying a tutorial to get started with your favorite technology?
React |
---|
Blaze |
Vue |
Svelte |
Next, read the documentation and get some examples.
On your platform, use this line:
> npm install -g meteor
To create a project:
> meteor create my-app
☄️ Run it:
cd my-app meteor
Building an application with Meteor?
Deploy on Meteor Cloud
Discuss on Forums
Join the Meteor Discord by clicking this invite link.
Announcement list. Subscribe in the footer.
Interested in helping or contributing to Meteor? These resources will help:
Core development guide
Contribution guidelines
Feature requests
Issue tracker
To uninstall Meteor:
If installed via npm, run:
meteor-installer uninstall
If installed via curl, run:
rm -rf ~/.meteor sudo rm /usr/local/bin/meteor
To find more information about installation, read here.