Example
Development usually begins with an editor or an Integrated Development Environment. The following IDEs are known to support Meteor to some extent:
- Atom - Javascript IDE that can fully leverage Meteor's isomorphic javascript framework. If you want to be able to hack on your editor itself, this is the one to choose.
- Cloud9 - The newest Cloud Development offering that supports Meteor, with a tutorial.
- MeteorDevTools - Chrome extension for Blaze, DDP, and Minimongo.
- Sublime - Light-weight and popular text editor.
- WebStorm - The most full featured IDE currently available for Meteor.