Demo application with WebOS Framework
To start your project with Webos, clone it typing
git clone https://github.com/salojc2006/WebosApp.git
now place into new project:
cd WebosApp
Since, install all dependencies typing
php install.php
You are ready to start! Type following command to launch your project:
sudo php -S localhost:8080 -t public/
Open a web browser and go to http://localhost:8080
You will see something like a desktop application into your browser. Yes, a desktop application built with PHP and compatible with any platform!