How to run

Run Application

Please make sure that that you have installed Visual Studio Code before running.

Run in Web browser

Open your terminal and navigate to the project folder ( webapp ) and install NodeJS dependencies :

** $ npm install **

Once node dependencies are installed successfully you can run the app in the browser window with the below command .

** $ ng serve **

Production Build

** ng build --prod **  

Once you run, it will create a production build where you can deploy on any hosting that supports HTML hosting, but I suggest users to use Firebase hosting as it is easier to manage.

If you find any issue please google it or if you don't find any solution please feel free to report us , we will look into it.

Last updated