I'm a simple project skeleton for quickly creating landing pages on PHP, I'm using the TWIG template engine and are able to generate static HTML.
composer create-project drteam/potato my_project
So, you have a new dummy project with open source template based on twitter bootstrap, but page looks ugly, for fix this you just need run two simple command:
npm install
gulp
This is required for normal work of this skeleton.
How to generate static HTML:
composer static
How to start the loopback php server:
composer serve
Now you can open http://localhost:8888 in your browser.