Application Structure
Application Structure
How to structure your Meteor app with ES2015 modules, ship code to the client and server, and split your code into multiple apps.
After reading this article, you’ll know:
- How a Meteor application compares to other types of applications in terms of file structure.
- How to organize your application both for small and larger applications.
- How to format your code and name the parts of your application in consistent and maintainable ways.
Universal JavaScript
Meteor is a full-stack framework for building JavaScript applications. This means Meteor applications differ from most applications in that they include code that runs on the client, inside a web browser or Cordova mobile app, code that runs on the server, inside a N