mirror of
https://github.com/supanadit/geo-smart-map.git
synced 2024-11-10 01:42:19 +00:00
Open Source Realtime Live Map for Geo Smart System
e2e | ||
src | ||
.editorconfig | ||
.gitignore | ||
angular.json | ||
browserslist | ||
karma.conf.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json |
GEO Smart Map
This is the Front End Application which is the Live Map for Geo Smart System
Requirements
- NPM
- Angular
Quick Start
- Clone this repository
- Install Angular as global if don't have it
npm install -g @angular/cli
npm install
- Set
backend
connection atsrc/environment
environment.prod.ts
andenvironment.ts
- Run
ng serve
Todo
- Integration With Geo Smart System ( OK )
- Get Data From Geo Smart System by Service ( OK )