Greenroute Frontend

Getting Started

Clone the repository and install dependecies with npm install. Then just do ng serve to run development server.

Prerequisites

  • Node package manager (npm)
  • Angular CLI (ng)

Built With

Project Structure

routing-frontend
├── package.json
├── README.md
├── src
│   ├── app
│   │   ├── app.component.css
│   │   ├── app.component.html
│   │   ├── app.component.ts
│   │   ├── app.module.ts
│   │   ├── directives
│   │   │   └── validate-coordinates.directive.ts
│   │   ├── leaflet-map
│   │   │   ├── leaflet-map.component.css
│   │   │   ├── leaflet-map.component.html
│   │   │   └── leaflet-map.component.ts
│   │   ├── models
│   │   │   ├── air-control.ts
│   │   │   └── stop.ts
│   │   └── services
│   │            ├── air-control.service.ts
│   │           ├── map-3d.service.ts
│   │           ├── routes.service.ts
│   │           └── stops.service.ts
│   ├── assets
│   │   ├── aircontrol-config.json
│   │   ├── config.json
│   │   ├── mexico-city_mexico_buildings.geojson
│   │   └── stops-config.json
│   ├── favicon.ico
│   ├── index.html
│   └── styles.css
├── tsconfig.json
└── tslint.json