
A frontend boilerplate using Vite, SASS, Twig, ES6 modules. Shipped with some mixins, SVG sprite ready and images optimization. Also great performance tools : Purge & Critical CSS.
The Vite front-end boilerplate is a powerful tool designed for developers who want to start their projects with a solid foundation. Built using Vite, SASS, Twig, and ES6 modules, it emphasizes speed and efficiency. The boilerplate comes equipped with various pre-made mixins, an SVG-Sprite setup, and image optimization functionalities that are essential for modern web development. This setup ensures that you can focus on building features without getting bogged down by repetitive configurations.
What sets this boilerplate apart are the built-in performance enhancement tools like Purge and Critical CSS, which help streamline your final pages. Additionally, the configuration options are very adaptable, making it suitable for a range of projects, whether they are simple websites or complex applications.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
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.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.