Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Before building our app, you need to create a Cordova Project locally on your machine.

To do this, navigate into the parent folder that will hold your Cordova project, and run the command:


cordova create <nameOfCordovaAppFolder> <appID> <appName>

For example:

Code Block
languagebash
themeRDark
cordova create myCordovaApp io.blinkm.myapp myCordovaAppName
Info
Note: Make sure you don't include dashes in your appID, as Cordova will reject them

This will create a new folder on your computer named "myCordovaApp". This is your Cordova "project root" folder.