Official Repository for the Manning Book Getting MEAN with MongoDB, Express, Angular and Node, 2nd Edition.
The "Getting MEAN Second Edition" application code is designed for building a web application called 'Loc8r' using the MEAN stack with Node 11 and Angular 7. The code is structured in named branches representing various stages of development covered in the book. Readers learn to develop web applications end-to-end through the comprehensive tutorial provided in the book.
The "Getting MEAN Second Edition" application code provides a structured approach to learning how to develop web applications using the MEAN stack. With named branches representing various stages of development, readers can follow a step-by-step guide in building the 'Loc8r' application. The inclusion of Docker support and updated technologies like Node 11 and Angular 7 enhances the learning experience and keeps developers up-to-date with modern web development practices.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
Pug is a high-performance template engine for Node.js and browsers that enables developers to write HTML templates using a concise and intuitive syntax. It supports a range of features, including template inheritance, conditionals, loops, mixins, and more, and can be easily integrated into a variety of web frameworks and build tools.