Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
13 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

executable file
·
13 lines (11 loc) · 317 Bytes

skeleton

##Installation

curl -sS https://getcomposer.org/installer | php
php composer.phar create-project silex-spear/skeleton myProject dev-master
cd myProject/
./start
cd www/
php -S localhost:8080

When installation is finished, you can access to the website on this address : http://localhost:8080/.