drikusroor / Malfunctions

Malfunctions is an angular web application that plots a given set of buildings on a map. The user can navigate to each of the buildings and see its details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malfunctions

Getting started

Install dependencies using npm install and bower install.

Build & development

Default development server

Run gulp to build the application and to start a development server. Gulp will rebuild and reload the browser whenever a file has changed.

Watch

Run gulp watch to build the application. Gulp will watch for changes and rebuild whenever a file has changed.

Build

Run gulp build to build the application. Gulp will exit after the build is completed and will not watch for changes.

Authors

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License - see the LICENSE.md file for details

About

Malfunctions is an angular web application that plots a given set of buildings on a map. The user can navigate to each of the buildings and see its details.

License:Other


Languages

Language:JavaScript 55.3%Language:TypeScript 27.7%Language:HTML 12.9%Language:CSS 4.1%