This is an example Sanity powered frontend for the movies database dataset using Silex and Twig.
You will need PHP version 5.6 or later as well as Composer installed on your system
Get the code by either cloning this repository using git
> git clone https://github.com/sanity-io/example-frontend-silex-twig.git
... or downloading source code code as a zip archive.
Once downloaded, open the terminal in the project directory, and install dependencies with:
> composer install
Then start the example app with
> composer run dev --timeout=0
The app should now be up and running at http://localhost:3000