ionicrestaurantapp
GithubDemoYoutubeContact
  • IONIC RESTAURANT APP
  • NodeJs Vs Firebase
  • Technologies
  • Video installation guide
  • Restaurant App
    • Requirements
    • Download
    • Installation Guide
    • App Structure
    • Firebase Config
    • API Config
    • Push Notifications
    • Run in Emulator
    • Social Configuration
  • Payment
    • Braintree
    • Stripe
  • Changelog
    • Changelog
Powered by GitBook
On this page
  1. Restaurant App

Installation Guide

How to Run mobile app on your local machine.

PreviousDownloadNextApp Structure

Last updated 6 years ago

Run in Web browser

Open your terminal and navigate to the project folder ( API version directory or Firebase version directory ) and install NodeJS dependencies :

** $ npm install **

Once all the node dependencies installed successfully you can run the app in the 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 **

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