diff --git a/README.md b/README.md index e088f75..325562a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Show Case](https://i.ibb.co/K6pFBdM/Peek-2020-07-08-12-29.gif) + # GEO Smart Map 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 - 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 - Integration With Geo Smart System ( OK ) - Get Data From Geo Smart System by Service ( OK )