Gainmaster Web Client

Build Status Docker Hub

This repository contains a Dockerfile for the Gainmaster Web Client. This repository is a part of an automated build, published to the Docker Hub.

Base image: gainmaster/nginx

Structure

.
├── app
│   ├── components
│   │   ├── core
│   │   ├── measurementhistory
│   │   ├── measurementregister
│   │   ├── mypage
│   │   ├── navbar
│   │   ├── userlogin
│   │   └── userregister
|   |
│   ├── index.js
│   ├── index.scss
│   ├── main
│   ├── services
│   │   ├── account
│   │   └── measurement
│   └── vendor.scss
|
├── assets
│   └── images
|
├── favicon.ico
└── index.html

The app/components folder contains subfolders with the system componenets. Each of these subfolders contains templates, controllers and tests for the component.

Running

$ npm install
$ bower install
$ gulp serve

References

These references have been helpful when creating this repository:

https://github.com/yeoman/generator-angular