0.0.2 • Published 10 years ago

meanframework v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago