This document discusses building a recipe maker application with Angular and MeteorJS. It provides an overview of the core principles of Meteor including data over the wire, one language, database everywhere, latency compensation, and reactivity. It then discusses the core Meteor projects including Blaze, DDP, Livequery, database drivers, and IsoBuild. It explains why Angular can be added to extend or replace Blaze. It covers Angular Meteor file extensions, common Meteor API methods, folder structure and load order, and the Meteor command line tool.