Mobile apps with HTML, CSS & JS. Multiple platforms can be targeted with the same code base. Open source and free. Reusable code across platforms, support for offline scenarios, access native device APIs. Cordova command-line runs in Node.js. It is also available on NPM. To install additional platform dependencies, follow platform-specific guides. Use the command-line tool to create a Cordova project from scratch. Navigate to the directory in which you want to create your project, and then type cordova create<path>. Navigate to the project directory after creating a Cordova Project. You will need to add the platform to which your app is to be built from the project directory. Cordova wraps your HTML/JavaScript application into a native container that can access the device functions on multiple platforms. These functions are exposed via a single JavaScript API that allows you to write one set of code that targets almost every tablet or phone on the market and publish to their app store.</path>