Restaurantbackend
HOMEGITHUBYouTubeCONTACT
  • RESTAURANT BACKEND
  • NodeJS V/S firebase
  • Project Requirement
  • FIREBASE
    • What is Firebase?
    • Node js v/s firebase
    • Firebase Zip File Structure
    • Video installation Guide
    • Firebase System Requirement
    • How to Run
    • Cloud Config
    • Firebase Config
    • Firebase Deployment
    • Push Notification for Firebase
  • NODEJS
    • Introduction to NodeJS
    • NodeJS Zip File Structure
    • NodeJS System Requirement
    • How to Run NodeJS
    • Project Structure
    • API Config
    • Push Notification for NodeJS
  • Deployment
    • Heroku NodeJS Api
  • CHANGELOG
    • Changelog
  • SOURCE AND CREDITS
    • Source and Credits
  • User Manual -CMS
    • Home
    • Categories
    • Menu Items
    • Orders
    • Table Booking History
    • Coupons
    • Settings
  • Untitled
Powered by GitBook
On this page
  1. FIREBASE

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.

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.

PreviousFirebase System RequirementNextCloud Config

Last updated 5 years ago