arcostasi / silexmantic-skeleton

A micro-MVC skeleton on the arms of Silex and Semantic-UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silexmantic Skeleton

A micro-MVC skeleton on the arms of Silex and Semantic-UI

See the online demo.

This skeleton use Composer, Silex, Twig, jQuery and Semantic-UI

Quick start

1 - Clone the repo:

git clone https://github.com/arcostasi/silexmantic-skeleton.git

2 - Change to the directory created

cd silexmantic-skeleton/

3 - Download Composer

Run this in your terminal to get the latest Composer version:

curl -sS https://getcomposer.org/installer | php

or if you don't have curl:

php -r "readfile('https://getcomposer.org/installer');" | php

4 - Composer Install

php composer.phar install

5 - Start PHP Built-in web server:

php -S 127.0.0.1:8000 -t public/

##Copyright and license

Code and documentation copyright (c) 2015, Code released under the New BSD license.

About

A micro-MVC skeleton on the arms of Silex and Semantic-UI

License:Other


Languages

Language:PHP 53.8%Language:HTML 34.0%Language:CSS 8.8%Language:JavaScript 3.4%