fourcoders / latch-html5-app

Hack clone of iphone/android latch app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

Hack clone of iphone/android latch app

License:Other


Languages

Language:PHP 62.4%Language:CSS 37.6%