> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/restaurantbackend/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionicfirebaseapp.com/restaurantbackend/firebase/how-to-run.md).

# How to Run

It gives detailed information regarding various commands used to run the firebase.

**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 browser window with :

```
** $ 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 to use Firebase hosting as it is easier to manage.

&#x20;If there is an issue, please google it, or if you didn't find any solution feel free to report us, we would look into it.
