📗
flutter-multirestaurant-app
  • Flutter Online Food Ordering System and App
  • Technologies used
  • App structure
  • System requirements
  • Installation guide
  • CMS Dashboard
    • MULTI RESTAURANT FIRESTORE BACKEND
  • Technologies
  • What is firebase ?
  • Downloaded zip
  • System requirement
  • Firebase config
  • Cloudianary setup
  • Project structure
  • How to run?
  • Push notification
  • Firebase deployment
Powered by GitBook
On this page

Was this helpful?

How to run?

It provides you detail information about how to run the application.

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 production build that you can deploy on any hosting that support html hosting but i suggest you to use Firebase hosting as it easier to manage.‌

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

PreviousProject structureNextPush notification

Last updated 5 years ago

Was this helpful?