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
a3549291a4
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) 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 )