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

CruGlobal/missionhub-web-experimental-deprecated

Repository files navigation

MissionHub Web Client

Build Status Coverage Status

Development Environment Setup

  1. Install NodeJS. This will vary depending on your Operating System.
  2. Clone this repo and open a terminal in that folder.
  3. Run npm install to install the command line tools.
  4. Run bower install to install the web app dependencies.
  5. Run gulp serve. This command will run a local server and open a browser tab with live reloading.

Deployment

To install packages and build minified files:

npm install
bower install
gulp

Output files will be generated in /dist.

Test

Install packages and then run:

gulp test

To test every time files are modified:

gulp test:auto

About

AngularJS web client for MissionHub

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published