meanframework

v0.0.2
MEAN stack framework

MEAN Framework

This package creates a new MEAN stack application.

Getting Started

First install the framework

$ npm install -g meanframework

Next create your app (will create it in a new folder).

$ mean new [appname]
$ cd [appname]

Then install the dependencies and boot the app:

$ npm install
$ gulp

You should be able to access it at http://localhost:3000

npm i meanframework

Metadata

  • MIT
  • Whatever
  • Jeff Dickey
  • released 4/6/2014

Downloads

Maintainers