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

Latest commit

 

History

History
executable file
·
68 lines (43 loc) · 1.81 KB

README.md

File metadata and controls

executable file
·
68 lines (43 loc) · 1.81 KB

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>"