Welcome to the Symfony Frontend Skeleton - a fully-functional Symfony application that you can use as the skeleton for your new Frontend applications.
The Symfony Frontend Skeleton is configured with the following defaults:
-
FrontendBundle and CoreBundle you can use to start coding.
-
Twig as the only configured template engine.
-
Annotations enabled for everything.
-
Preprocessing with
Webpack Encore
you can use Sass stylesheets directly -
Object-Oriented Css based on the smacss design method.
./assets/scss
-
composer install
-
npm install
-
./node_modules/.bin/encore dev
-
php bin/console server:run