Monday, October 26, 2020

Getting started with Ionic

Can either do via app Wizard or CLI 

Install Node.js, then install the latest Ionic command-line tools in your terminal. Follow the Android and iOS platform guides to install their required tools.

npm install -g @ionic/cli

Start an app

Create an app using one of our ready-made app templates, or a blank one to start fresh

ionic start myApp tabs

Run your app

Much of your app can be built in the browser with ionic serve. We suggest starting with this workflow.

cd myApp

ionic serve

references:

https://ionicframework.com/getting-started


No comments:

Post a Comment