# install php - debian / ubuntu
sudo apt-get install php-cli php-xml
# install composer - debian / ubuntu
sudo apt-get install composer
# from your project directory
composer install
# run the app in a local server
sh watch.sh
Browse to http://localhost:8000. There, you did it! Congratulations.