Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.23 KB

A unified web portal.

Before You Begin

Before you begin, read about the basic building blocks of this application:

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

$ npm install -g bower

Running the application

To run in development environment, use gulp.

For production environment, run gulp prod and then node server.js.

Credits

Uses MEAN.JS boilerplate.