/meanChat

MEAN Chat application

Primary LanguageJavaScriptMIT LicenseMIT

Codeship Status for patrickrb/meanChat

MEAN Chat

Built with Angular Fullstack

Quick Install

You'll need to install grunt and bower on your host and you'll need a local mongo server.

$ npm install -g grunt-cli bower

Next, install npm packages and bower dependencies

$ npm install
$ bower install

Then launch your express server in development mode using

$ grunt serve