Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Created October 25, 2015 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragoonis/41232e0afeb9eef3a68c to your computer and use it in GitHub Desktop.
Save dragoonis/41232e0afeb9eef3a68c to your computer and use it in GitHub Desktop.

Clone the skeleton app

git clone git@github.com:ppi/skeletonapp.git
cd skeletonapp

Install composer

composer install

Launch webserver

cd public
php -S 127.0.0.1:8080

Browse to PPI: http://127.0.0.1:8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment