0 votes
in Onsen UI by
Installing Monaca CLI

1 Answer

0 votes
by
Download and install Node.js.

Install Monaca cli using the command npm install -g monaca

Create a new project called "MyOnsen" using the command monaca create MyOnsen

Once the installation of Onsen is successful, you would see a project folder MyOnsen. Now open MyOnsen folder and navigate to app.jsx file in src folder

You can start coding your application in app.jsx.

Once your app is ready, the same can be previewed in the browser by typing in the command cd MyOnsen monaca preview

To review the app in any mobile device, use the command monaca debug.

Related questions

0 votes
asked Feb 7, 2020 in Onsen UI by DavidAnderson
0 votes
0 votes
asked Feb 7, 2020 in Onsen UI by DavidAnderson
...