A unified web portal.
Before you begin, read about the basic building blocks of this application:
- MongoDB - MongoDB Official Manual.
- Express - Getting Started with Express.
- AngularJS - Angular's Official Website.
- Node.js - Node.js Official Website.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git.
- Node.js - Download & Install Node.js and the npm package manager.
- MongoDB - Download & Install MongoDB, and make sure it's running on the default port (27017).
- Bower - You're going to use the Bower Package Manager to manage your front-end packages. Make sure you've installed Node.js and npm first, then install bower globally using npm:
$ npm install -g bower
To run in development environment, use gulp
.
For production environment, run gulp prod
and then node server.js
.
Uses MEAN.JS boilerplate.