Getting Started

Getting started with Frankie is super-simple, you can create the base project using composer:

$ composer create-project wdalmut/frankie-tiny-app:dev-master myapp
$ cd myapp

Now just bring up your dev server:

$ php -S localhost:8080 -t web

And navigate to: “http://localhost:8080/”

Use the standard application

The standard application is much more complete than the tiny-app because it depends on more pre-definded modules like: Twig, Doctrine, etc.

What next?