# gatehub-client

This project is generated with [yo angular generator](https://github.com/yeoman/generator-angular)
version 0.11.1.

## Build & development

Run `grunt` for building and `grunt serve` for preview.

## Testing

Running `grunt test` will run the unit tests with karma.

## Release

    node_modules/.bin/npm release patch/minor/major

    (If you have working changes type `git stash` and after `git stash pop`)
