Skip to content

acidb/ionic-angular-starter

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7d5d12 · Aug 10, 2021

History

15 Commits
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Aug 14, 2018
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Aug 10, 2021
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020

Repository files navigation

This is a starter template for Mobiscroll (https://mobiscroll.com)

The Mobiscroll CLI will take care of cloning and installing the necessary plugins and tools for this starter. If you don't have it installed, please go to https://www.npmjs.com/package/@mobiscroll/cli

Open a terminal window (command prompt) and run the following commands:

$ mobiscroll start ionic-angular

$ ionic serve

This (ionic serve) will run the ionic project in browser. For testing the app on a device or emulator run:

$ ionic cordova platform add ios $ ionic cordova run ios

You can do the same for Android by substituting ios for android.

Feel free to reach out on https://mobiscroll.com if there is any trouble.