Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 446 Bytes

Spycss demo

This demo based on silex framework.

You can see demo online at spycss.hcbogdan.com, or run it localy with:

  1. Clone repo
$ git clone https://github.com/Bogdaan/spycss-demo spycss-demo
$ cd spycss-demo
  1. Open shell, run dev server:
$ php -S localhost:8080 -t ./web/
  1. Then visit http://localhost:8080/index_dev.php

Most important code found at src/controllers.php