Skip to content
/ mean Public
forked from linnovate/mean

MEAN (Mongo, Express, Angular, Node) - A Simple, Scalable and Easy starting point for JS centric web apps - utilizing many of the best practices we've found on the way

Notifications You must be signed in to change notification settings

webeau/mean

 
 

Repository files navigation

MEAN Stack

MEAN is a boilerplate that provides a nice starting point for MongoDB, Node.js, Express, and AngularJS based applications. It is designed to give you quick and organized way to start developing of MEAN based web apps with useful modules like mongoose and passport pre-bundled and configured. We mainly try to take care of the connection points between existing popular frameworks and solve common integration problems.

Prerequisites

  • Node.js - Download and Install Node.js. You can also follow this gist for a quick and easy way to install Node.js and npm
  • MongoDB - Download and Install MongoDB - Make sure it's running on the default port (27017).

Optional

  • Grunt - Download and Install Grunt.

Additional Packages