Skip to content

Welcome to the Symfony Frontend Skeleton - a fully-functional Symfony application that you can use as the skeleton for your new Frontend applications

Notifications You must be signed in to change notification settings

abdeldouichi/symfony-skeleton.frontend

Repository files navigation

Symfony Frontend Skeleton

Welcome to the Symfony Frontend Skeleton - a fully-functional Symfony application that you can use as the skeleton for your new Frontend applications.

What's inside?

Symfony Version :3.4

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.

  • Swiftmailer.

  • 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

Few commands for project running

  • composer install

  • npm install

  • ./node_modules/.bin/encore dev

  • php bin/console server:run