/esys

esys angular test

Primary LanguageJavaScript

Esys

## Prerequisites

  • Node JS
npm install -g gulp

Installation

git clone git@github.com:hamishhossack/esys.git
cd esys
npm install && bower install

Run the app

NOTE: We should be able to to get the client on http://localhost:9000/

gulp serve

Run a build

gulp build

Run tests

NOTE: Add --client or --server to individually test

gulp test