Skip to content

matheusccastroo/meteor

This branch is 1530 commits behind meteor/meteor:devel.

Folders and files

NameName
Last commit message
Last commit date
Sep 9, 2024
Jul 23, 2024
Nov 23, 2020
Sep 19, 2024
Sep 24, 2024
Sep 11, 2024
Oct 2, 2024
Sep 11, 2024
Sep 4, 2024
Sep 24, 2024
Aug 14, 2024
Mar 22, 2023
Oct 29, 2021
Apr 27, 2023
Jan 29, 2024
Aug 29, 2022
Jul 9, 2024
Jul 4, 2024
Aug 21, 2024
Oct 21, 2022
Jan 18, 2021
Aug 21, 2024
Jun 29, 2021
May 3, 2016
Oct 25, 2021
Feb 28, 2020
Sep 23, 2024
Jan 31, 2024
Sep 10, 2024
Nov 26, 2019
Jun 26, 2024
Apr 11, 2024

Repository files navigation


Travis CI Status CircleCI Status built with Meteor node-current Discord Twitter Follow


Meteor is an ultra-simple environment for building modern web applications.



πŸ“š Create your applications using modern JavaScript

Benefit from the latest technology updates to rapidly prototype and develop your applications.


✨ Integrate technologies you already use

Use popular frameworks and tools right out-of-the-box. Focus on building features instead of configuring disparate components yourself.


πŸ’» Build apps for any device

Use the same code whether you’re developing for web, iOS, Android, or desktop for a seamless update experience for your users.


πŸ”₯ Getting Started

How about trying a tutorial to get started with your favorite technology?

React
Blaze
Vue
Svelte

Next, read the documentation and get some examples.

πŸš€ Quick Start

On your platform, use this line:

> npm install -g meteor

πŸš€ To 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:

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

About

Meteor, the JavaScript App Platform

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.6%
  • TypeScript 3.1%
  • Shell 1.0%
  • Java 0.9%
  • Swift 0.8%
  • PowerShell 0.6%
  • Other 2.0%