OwenBrotherwood / cordova-app-hello-world

Mirror of Apache Cordova hello world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Cordova Hello World Application

Simple Hello World application and test suite.

Run Application

/www/index.html

Run Tests

/www/spec.html

Versions and Tags

The Hello World's version is directly tied to an Apache Cordova release.

For example, Hello World 2.0.0 is compatible with Apache Cordova 2.0.0.

How to Update

Update to Apache Cordova x.x.x by:

  1. VERSION
    • Update the version
  2. Commit and Tag
    • git commit -am "[app] Version x.x.x"
    • git tag x.x.x

About

Mirror of Apache Cordova hello world

License:Apache License 2.0


Languages

Language:JavaScript 90.2%Language:CSS 9.8%