Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 564 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 564 Bytes

Latch Html5 App

Hack clone of iphone/android app

Installation

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