Skip to content

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

License

Notifications You must be signed in to change notification settings

softwarearchitect817/meteor-js

Repository files navigation

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.

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published