Monaca is a cloud-based Cordova development platform. With this template, you can easily get started with Ionic hybrid app.
-
Open Terminal window by pressing (+) icon
-
Run NPM install
$ npm install
- Run Ionic serve
$ npx ionic serve
- Install Monaca & Ionic CLI
$ npm install -g monaca ionic
- Create a project using this template
$ monaca create myapp --url https://github.com/monaca-templates/ionic-angular-tabbar/archive/master.zip
Note: You'll be asked if you want to sync to Monaca Cloud. Press Y
to continue.
- Chdir to the app dir & run npm install
$ cd myapp
$ npm install
- Use Ionic CLI to build (transpile) or serve
$ cd myapp
$ ionic serve
$ ionic build
- Use Monaca CLI to connect to debugger or perform remote build
# Start remote build
$ monaca remote build --browser
# Connect to Monaca debugger
$ monaca debug & ionic serve