Skip to content

dylangrandmont/ionwc-client

Repository files navigation

ionwc-client

Javascript web client for Eye on Western Canada

Author: Dylan Grandmont, (C) 2016-2018

Introduction

Eye on Western Canada (IONWC) has three components:

Getting Started

System Requirements

Depedencies:

  • Node.js

Building the web client

On the command line, run the following

npm install browser-sync --save-dev
npm install gulp-zip --save-dev
npm install gulp-chmod --save-dev
npm install gulp-jasmine --save-dev
npm install karma --save-dev
npm install karma-phantomjs-launcher --save-dev
npm install karma-jasmine --save-dev
npm install gulp-eslint
npm install istanbul --save-dev
npm install karma karma-coverage --save-dev
npm install angular-mocks
npm install angular
npm install angular-ui-bootstrap
npm install angular-animate
npm install angular-sanitize
npm install angular-route

To run the web client, execute

gulp watch

Information for Developers

Running Unit Tests

To run the full suite, execute

gulp test

Copyright Notice

This README and the entire contents of this directory are copyright of Dylan Grandmont, 2016-2018.

About

Javascript web client for Eye on Western Canada

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published