meanframework

0.0.2 • Public • Published

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i meanframework

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • dickeyxxx