From 2923f9d62da675c027e7b69e4700a7dd7bd54be5 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Wed, 8 Jul 2020 12:35:52 +0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 )