web/README.md

Summary

Maintainability
Test Coverage
# fastlane.ci Web app

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version `1.7.3`.

## [Development Guidelines and Tutorials](../docs/front_end/README.md)

## Dependencies

### npm
```
brew install node
```

### Frontend dependencies
```
npm install
```

## Development server

1. Run fastlane.ci
2. continuously build the web application with the follow command. 
```
npm run build_watch
```
3. Navigate to [http://localhost:8080](http://localhost:8080). The app will automatically reload if you change any of the source files.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

### Build for production

```
npm run build
```