/
Add your Project Code

Add your Project Code

Next you'll need to copy over your project code into the Cordova project folder. This is the HTML and script code for your app.

Add Your Project Code

To add your project code, simply copy your app code into the "www" folder inside your project root.

Note: You will notice there is a basic Cordova app structure already added here. You can simply remove this and replace it with your own project www contents.

External Scripts and Assets

Remember that any external Javascript files or assets such as CSS will also need to be included in the app, and accessed locally. This means you will need to download and add these files into your "www" folder, and make sure your app code will link to the local copy of these files.

Common external scripts and assets are things like jQuery and/or Angular frameworks, any custom javascript libraries you may be using, as well as things like fonts and font icon sets loaded via external CSS.


Next Step

Adding App Names, Versions, and Icons