This is the code repository for MEAN Web Development - Second Edition By Packt. It contains all the supporting project files necessary to work through the book from start to finish.
The MEAN stack is a collection of the most popular modern tools for web development; it comprises MongoDB, Express, AngularJS, and Node.js.
All of the code is organized into folders. Each folder starts with number followed by the application name. For example, Chapter02.
You will see code something similar to the following:
// Define a module variable
const message = 'Hello';
// Print message to the console
exports.sayHello = function() {
console.log(message);
};
- MEAN Web Development
- Web Application Development with MEAN
- Building an E-Commerce Application with MEAN
Click here if you have any feedback or suggestions.