As it exists currently, the types for the mongo package don't work out of the box because they can't find the types for the mongodb NPM package. TypeScript app developers could work around this by adding mongodb directly as a dependency, but they shouldn't have to. However, `zodern:types` can handle pulling in types for NPM dependencies, but only if the package _with_ those NPM dependencies is itself exporting type declarations. Since npm-mongo is actually depending on the mongodb package, add a type declaration reflecting both the types and objects that it exports. Then switch the mongo package to import from npm-mongo, giving it access to the types for the mongodb package.
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 getting started tutorial in your favorite technology?
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?
- Deploy on Meteor Cloud
- Discussion Forums
- Join the Meteor community Slack by clicking this invite link.
- Announcement list. Subscribe in the footer.
Interested in helping or contributing to Meteor? These resources will help:
To uninstall Meteor read here.