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

OneCommunityGlobal/hgn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hgnapp

alt tag alt tag alt tag

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • navigate to HGNApp folder
  • npm install
  • bower install
  • In a separate terminal navigate to HGNRest folder
  • npm install

To start the server

  • @ HGNRest :gulp

To start the application

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

Before running the code on this branch, please run following from command prompt. mongoimport -d hgnData -c dashboard "<pathto json file found under public\data>"