Hack clone of iphone/android app
Clone the repository.
https://github.com/fourcoders/latch-html5-app.git
Go to the directory.
cd latch-html5-app
Download composer (Only if you don´t have it).
curl -sS https://getcomposer.org/installer | php
Execute composer for dependences.
php composer.phar install
Run with the embed php server.
mkdir web
php -S localhost:8000
Visit in your prefer browser.
http://localhost:8000