ionicStarter
GithubDemoYoutube
  • Ionic Starter App
  • Technologies Used
  • Zip file structure
  • Installation guide
  • App structure
  • Run in emulator
Powered by GitBook
On this page

Was this helpful?

Installation guide

Provides detailed information about the installation of NodeJS dependencies and how to run the app in multiple devices.

Run in Web browser

Open your terminal and navigate to the project folder 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 is any issue please google it or if you do not find any solution report us , we will look into it.

PreviousZip file structureNextApp structure

Last updated 6 years ago

Was this helpful?