###Based on Nodejs + Angular + Express + Jade + Sass + Grunt.
####1. Prerequisites
- Nodejs
- Node Package Manager (NPM)
- Git (Git-scm)
- Ruby (Sass runtime environment)
####2. Dependencies
npm install bower -g
npm install grunt-cli -g
gem install sass
####3. Installation #####1. Cloning repo
$ git clone https://github.com/IPRIT/misis-acm-server.git
#####2. Install required node modules
npm install
#####3. Bower modules installation:
bower install
#####4. Running Grunt
grunt
####4. Running application To start the web server for production, run:
npm run build-all-start
To access the local server, enter the following URL into your web browser:
http://localhost:3000/
###Photos