cordova.apache.org Open in urlscan Pro
2a04:4e42::644  Public Scan

Submitted URL: http://cordova.apache.org/?wp-html-rend
Effective URL: https://cordova.apache.org/?wp-html-rend
Submission: On March 09 via api from DE — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="navbar-form navbar-right" id="header-search-form" role="search">
  <div class="input-group">
  </div>
</form>

Text Content

Toggle navigation
 * Documentation
 * Plugins
 * Blog
 * Contribute
 * Team
 * Get Started
 * 



Mobile apps with HTML, CSS & JS

Target multiple platforms with one code base

Free and open source


Get Started Documentation

Reusable code across platforms

Support for offline scenarios

Access native device APIs




GET STARTED FAST

1


INSTALLING CORDOVA

Cordova command-line runs on Node.js and is available on NPM. Follow platform
specific guides to install additional platform dependencies. Open a command
prompt or Terminal, and type npm install -g cordova.

Copy
$ npm install -g cordova
npm install -g cordova
2


CREATE A PROJECT

Create a blank Cordova project using the command-line tool. Navigate to the
directory where you wish to create your project and type cordova create <path>.

For a complete set of options, type cordova help create.

Copy
$ cordova create MyApp
cordova create MyApp
3


ADD A PLATFORM

After creating a Cordova project, navigate to the project directory. From the
project directory, you need to add a platform for which you want to build your
app.

To add a platform, type cordova platform add <platform name>.

For a complete list of platforms you can add, run cordova platform.

Copy

$ cd MyApp

$ cordova platform add browser

cd MyApp cordova platform add browser
4


RUN YOUR APP

From the command line, run cordova run <platform name>.

Copy
$ cordova run browser
cordova run browser
5


COMMON NEXT STEPS

 * Read the docs
 * Add a Plugin
 * Customize app icons
 * Configure Your App





SUPPORTED PLATFORMS


SEE A LIST OF FEATURES SUPPORTED IN EACH PLATFORM

Cordova wraps your HTML/JavaScript app into a native container which can access
the device functions of several platforms. These functions are exposed via a
unified JavaScript API, allowing you to easily write one set of code to target
nearly every phone or tablet on the market today and publish to their app
stores.

 * 




MORE RESOURCES


GENERAL

 * Apache Project Page
 * Source Distribution
 * License
 * Artwork


DEVELOPMENT

 * Source Code
 * Issue Tracker
 * Stack Overflow
 * Mailing List
 * Nightly builds


APACHE SOFTWARE FOUNDATION

 * About ASF
 * Events
 * Become a Sponsor
 * Thanks
 * Security
 * Privacy policy


CONTRIBUTE

Help Cordova move forward!

Report bugs, improve the docs, or contribute to the code.

Learn More

Follow @apachecordova

Copyright © 2024 The Apache Software Foundation, Licensed under the Apache
License, Version 2.0.
Apache and the Apache feather logos are trademarks of The Apache Software
Foundation.


See the attributions page for other copyright & trademark notices.