drteam / potato
Landing page skeleton based on Twig
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Language:HTML
Type:project
Requires
- twig/twig: ^2.0
This package is auto-updated.
Last update: 2024-10-29 05:10:35 UTC
README
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.