Monaca CLI Tutorial
Monaca CLI is a development environment that can be used to develop Monaca apps locally. Monaca CLI provides a command line interface for using the Monaca Cloud from your local PC. You can create new local projects, import or clone existing projects from the Monaca Cloud to your local PC and start developing Monaca apps with a code editor you like. Monaca CLI allows you to debug your app with inspector integration and remote build your projects without any local setup.
Before getting started with this tutorial, you need to:
- $ npm install -g monaca
- have a smart mobile device (either iOS or Android) if you want to test on a real device.
Last modified 2yr ago