
:fire: A simple boilerplate for creating statics PWA using Webpack, Pug, PostCSS and CSS Modules
Kratos Boilerplate offers an efficient way to kickstart your progressive web app (PWA) project with its simple yet powerful setup. Designed specifically for static PWAs, it leverages modern web development tools like Webpack, Pug, PostCSS, and CSS Modules to streamline your workflow. This boilerplate is ideal for developers looking to quickly deploy projects without getting bogged down in configuration complexities.
With Kratos Boilerplate, you not only save time but also gain access to best practices in modern web development, ensuring your application is both performant and maintainable. Whether you're a seasoned developer or just starting with PWAs, this boilerplate provides a solid foundation to build upon.

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.
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.
Pug is a high-performance template engine for Node.js and browsers that enables developers to write HTML templates using a concise and intuitive syntax. It supports a range of features, including template inheritance, conditionals, loops, mixins, and more, and can be easily integrated into a variety of web frameworks and build tools.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.