
A battery-included Phoenix boilerplate
ExPlatform is a battery-included Phoenix boilerplate that offers a comprehensive set of features out of the box. This boilerplate comes with integrated Phoenix auth, TailwindCSS, i18n support, pre-commit checks, and more. It aims to provide a solid foundation for building Phoenix applications with efficiency and convenience in mind.
.tool-versions file that specifies the required versions of all tools used. This simplifies version management and ensures consistency across development and deployment environments./admin route.ExPlatform is a comprehensive Phoenix boilerplate that provides a robust foundation for building Phoenix applications. With features such as integrated Phoenix auth, TailwindCSS with JIT, i18n support, and pre-commit checks, ExPlatform offers convenience and efficiency to developers. The inclusion of tools like Jest for JavaScript testing, Eslint for code quality, and Kaffy admin for easy administrative tasks makes ExPlatform a versatile and practical choice for developing Phoenix applications. The Docker deployment options and Sentry integration further enhance the development and operational experience. By following the installation guide provided, developers can quickly set up ExPlatform and start building their Phoenix application with confidence.

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.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
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.