You will need composer
, gulp
and PHP7
composer install
npm install
gulp
Then navigate to localhost:3000
!
All SASS modifications will be auto inject live to the browser with
Any changes to .phtml
will cause the browser to reload
Gulp will boot up a PHP server on port 8000
by default and will use the default system PHP version.
gulp sass
gulp svg
All pages are cached the first time you hit them so any HTML changes will not loaded unless you clear the cache, or enable dev mode.
php bin/app clear-cache
You can enable dev mode by creating app/dev-config.php
which should return an array of config. This config takes precedence over app/config.php
. They will be merged together. This file is ignored from git.
We provide a sample file which disables caching, you can use it by copying it: cp app/dev-config.php.dist app/dev-config.php