Update README.md

This commit is contained in:
Supan Adit Pratama 2020-07-08 12:35:52 +07:00 committed by GitHub
parent e6dea67f35
commit 2923f9d62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
![Show Case](https://i.ibb.co/K6pFBdM/Peek-2020-07-08-12-29.gif)
# GEO Smart Map # GEO Smart Map
This is the Front End Application which is the Live Map for [Geo Smart System](https://github.com/supanadit/geosmartsystem) This is the Front End Application which is the Live Map for [Geo Smart System](https://github.com/supanadit/geosmartsystem)
@ -6,6 +8,13 @@ This is the Front End Application which is the Live Map for [Geo Smart System](h
- NPM - NPM
- Angular - 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 at `src/environment` `environment.prod.ts` and `environment.ts`
- Run `ng serve`
## Todo ## Todo
- Integration With Geo Smart System ( OK ) - Integration With Geo Smart System ( OK )
- Get Data From Geo Smart System by Service ( OK ) - Get Data From Geo Smart System by Service ( OK )