
Meteor boilerplate for large apps
Meteor Dust is a boilerplate for large Meteor apps that incorporates current best practices for creating a modular, all-packages app. It promotes a specific workflow that makes working with a large code-base much more manageable. The boilerplate uses an all-packages approach, which provides complete control over load order and the ability to include files without having Meteor automatically consume them.
Meteor Dust is a boilerplate for large Meteor apps that follows best practices for creating modular, all-packages apps. It provides complete control over load order and file inclusion, making it easier to manage a large code-base. The boilerplate consists of three packages: app-lib, app-module, and app-core, each serving a specific purpose in organizing and building the application. Installing Meteor Dust is as simple as cloning the repository, installing the required packages, and starting the Meteor app.
