- Quick start with a new project
- Support for Timber/Twig templates
- Easy render templates HTML into AJAX requests
- You have to installed
composer
,nodejs
andyarn
on your machine - Install php dependencies by
composer install
- Then install JavaScript dependecies by
npm install
- For development run
yarn start
- Or for build statics by
yarn run build
(with--p
flag for build production version)