multirestaurantsassapp
GithubYoutube
  • MULTI RESTAURANT SAAS APP
  • App Structure
  • System Requirement
  • Installation
  • Run in Emulator
  • User App Component
  • Delivery App Component
  • video installation guide
  • Node JS Dashboard
    • Introduction to Node js
    • System Requirement
    • How to run
    • Project Structure
    • API Config
    • Push Notifiaction
  • Deployment
    • Heroku Node js API
  • Payment
    • Braintree
    • Stripe
    • Pay pall
  • API Installation
    • Untitled
Powered by GitBook
On this page

Installation

It Consists of 2 mobile apps :

1)User -app

2)Delivery boy app

Open your terminal and navigate to the project folder ( user-app and delivery-app ) and install NodeJS dependencies:

** $ npm install **

Once node dependencies are installed successfully you can run the app in browser window with :

** $ ionic serve **

You can also run this app with Ionic Lab, It will open apps in multiple Device at a time and it's good way to Test your own apps.

** $ionic serve --lab **
PreviousSystem RequirementNextRun in Emulator

Last updated 5 years ago