Skip to content

PacktPublishing/MEAN-Web-Development

Repository files navigation

MEAN Web Development - Second Edition

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.

About the Book

The MEAN stack is a collection of the most popular modern tools for web development; it comprises MongoDB, Express, AngularJS, and Node.js.

Instructions and Navigation

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);
};

Related MEAN Products:

NOTE: Chapter 1 and 4 does not contain any code.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Code repository for MEAN Web Development, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5