# How to Run WebApp

Run in Web bowser.

Open the Terminal and navigate to the project folder **webapp** and install NodeJS dependencies using the below command :

```
$ npm install
```

You need to update API url currently  you can see it points to our Backend. First setup your own URL and upload to any server or you can install it locally as well and replace this url with your own API url. You can also buy our API dashboard from [gumroad](https://gumroad.com/l/kTInv).

![](https://981790661-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LC94kyZCOtE_hHCg3Qo%2F-LCbr6YQy7zHU0HjTA19%2F-LCbrwJzVgPB6gb7tkbA%2Fdoc4.png?alt=media\&token=f0005121-1168-401d-bba0-8356b94be0e4)

\
Once your node\_modules lib is installed  successfully you can run app in your own browser using the below command:

```
$ ng serve 
```

If there is  any issue please google it and if you fail to find any solution ,please feel free to report us, we will looked into it.
