mirror of
https://github.com/supanadit/geo-smart-map.git
synced 2024-11-22 08:36:25 +00:00
Open Source Realtime Live Map for Geo Smart System
69ae6080a8
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.3 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.7.6) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
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 )