Starter theme WordPress with Tailwind CSS and Vite JS
Press Wind FSE is a minimal starter theme designed for WordPress, incorporating Tailwind CSS and Vite JS for Full Site Editing with Gutenberg. It focuses on the concept of patterns, providing examples in the patterns directory and utilizing theme.json for settings. The theme enhances performance by loading fonts via the new WP font loader instead of relying on CSS or TailwindCSS. Press Wind FSE requires ViteJS and is recommended to be used with the Press Wind plugin to enhance WordPress core functionality.
To get started with the Press Wind FSE theme, follow these steps:
npm install
or yarn install
in the theme directory.wp-config.php
file:// Code snippet to include ViteJS dev server
define( 'WP_ENV', 'development' );
npm run dev
in the theme directory.npm run build
.Press Wind FSE is a lightweight WordPress theme that leverages Tailwind CSS, Vite JS, and the Full Site Editing capabilities of Gutenberg. It focuses on enhancing performance, providing a seamless development experience, and promoting the use of design patterns for a consistent and maintainable project. By utilizing the provided features and following the installation guide, users can efficiently create modern and responsive websites with ease.