Cordova Runner
Transform html/css/js projects into iOS and Android apps.
Table of contents
Status
Prerequisites
Please install
$ sudo apt-get install imagemagick
$
$
App icons and loading screens
App icon
- Your app icon must be a
.png
file - You must name it
icon.png
- It should be square and ideally 512x512px, but no smaller than 192x192px
Loading screen
-
Your app icon must be a .png
file
-
You must name it splash.png
-
It should be 2208x2208 px with a center square of about 1200x1200 px.
-
Please copy your icon.png
and splash.png
to the root of your project before using cordova-runner
.
Install
$ npm install -g cordova-runner
Setup
-
cd
into your html/css/js
project.
- A generic project structure might look something like this:
.
├── css
│ ├── style.css
│ └── theme.css
├── img
│ └── image.png
├── js
│ ├── custom.js
│ └── theme.js
├── about.html
├── contact.html
├── icon.png
├── index.html
└── splash.png
- Note: Your root html must be called
index.html
. Please rename your root html file if you have to.
Usage:
- Run in your terminal:
$ cordova-runner
- After that, just follow the prompt.