
:rocket: A simple Symfony LTS website-skeleton with some features such as WebpackEncore (Bootstrap Sass/JQuery), Stimulus, TimeContinuum, User Auth, Translations ... and so on.
The Symfony LTS Website Skeleton Starter is an invaluable resource tailored for beginners looking to dive into Symfony 4.4. This starter kit builds upon the official Symfony website skeleton project but extends its functionality, providing a comprehensive foundation for launching real-world applications. With a focus on best practices recommended by SensioLabs, this kit incorporates essential features that developers will find indispensable in their journey toward mastering Symfony.
This project showcases how to effectively utilize tools like WebpackEncore, user authentication, and various testing methodologies, ensuring that users can follow modern development standards. Whether you're setting up your first Symfony project or looking to refine your skills, this starter kit serves as an excellent launching pad.

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.