Skip to content
/ meteor Public
forked from meteor/meteor

Meteor, the JavaScript App Platform. Trying to make MongoDB 3.0 compatible fork, related https://github.com/wekan/wekan/tree/wekan-mongo-3.0-sandstorm

License

Notifications You must be signed in to change notification settings

xet7/meteor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


TravisCI Status CircleCI Status built with Meteor


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



📚 Create your applications using modern JavaScript

Benefit from the latest technology updates to fastly 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

What about to try a getting started tutorial in 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:

Uninstalling Meteor

To uninstall Meteor read here.

Aside from a short launcher shell script, Meteor installs itself inside your home directory. To uninstall Meteor, run:

rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteor

On Windows, read here.

Building bundle manually

For example on:

  • Windows: x86, x86_64
  • Linux: i686, x86_64, armv6l, armv7l, arm64, s390x, ppc, ppc64le
  • macOS: arm64, x86_64
  • AIX: ppc64le

On Raspberry Pi Zero:

Build the bundle (~1h):

./scripts/generate-dev-bundle.sh

Install and update meteor (~few hours):

meteor create testproject

Start your project (you may need to start mongodb from dev_bundle manually first):

MONGO_URL="mongodb://localhost:27017/meteor" meteor

About

Meteor, the JavaScript App Platform. Trying to make MongoDB 3.0 compatible fork, related https://github.com/wekan/wekan/tree/wekan-mongo-3.0-sandstorm

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.2%
  • TypeScript 2.9%
  • Shell 1.0%
  • Java 0.9%
  • Swift 0.9%
  • PowerShell 0.6%
  • Other 1.5%