
A starting point for new Meteor JS projects.
This analysis discusses a Meteor Boilerplate, which is suitable for starting new projects. The boilerplate includes various files that demonstrate how to use the provided packages. It is currently written in Coffeescript, but can also be understood by JavaScript developers. The boilerplate includes several features such as Flow router, Bootstrap 4, custom accounts UI, eventEmitter2, user schema setup, example file structure for collections, Facebook sign up integration, loading bar for websockets, formattedDate helper, and opinionated file naming patterns. The use of Coffeescript versus JavaScript is also discussed, along with the choice to use packages in larger projects.
E.emit('event', val).