restaurantwebapp
  • RESTAURANT WEB APP
  • File Structure
  • Project Requirement
  • How to Run WebApp
  • SCSS File Structure
  • Project Structure
  • video installation guide
  • Firebase
    • What is Firebase
    • Installation
    • Cloud Config
    • Firebase Config
  • NodeJS
    • Requirements
    • How to Run NodeJS
  • CHANGELOG
    • Changelog
Powered by GitBook
On this page

How to Run WebApp

Here, It gives information about various commands used to run the project, and how to run the webapp.

PreviousProject RequirementNextSCSS File Structure

Last updated 5 years ago

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 .

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.

gumroad