acidb / ionic-starter

Mobiscroll starter app for Ionic Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

$ 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.

About

Mobiscroll starter app for Ionic Framework


Languages

Language:TypeScript 39.3%Language:HTML 35.7%Language:CSS 18.6%Language:JavaScript 6.4%