项目作者: DrTeamRocks

项目描述 :
Landing Page Twig based skeleton with static HTML generator
高级语言: HTML
项目地址: git://github.com/DrTeamRocks/potato.git
创建时间: 2017-09-02T13:11:48Z
项目社区:https://github.com/DrTeamRocks/potato

开源协议:

下载


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.

  1. 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:

  1. npm install
  2. gulp

This is required for normal work of this skeleton.

Small HOWTO

How to generate static HTML:

  1. composer static

How to start the loopback php server:

  1. composer serve

Now you can open http://localhost:8888 in your browser.