How to Run WebApp

Here, It gives information about various commands used to run the project, and how to run the 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.

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.

Last updated