Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 715 Bytes

File metadata and controls

30 lines (17 loc) · 715 Bytes

Mr.Potato Logo

Hello, my name is Mister Potato

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

Ok, what next?

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.

Small HOWTO

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.