Qwind: A template to make your website using Qwik + Tailwind CSS.
Qwind is a free and open-source website template that combines Qwik and Tailwind CSS. It is designed to make starting a new project easy and follows best practices. Qwind integrates with Tailwind CSS, supports Dark mode, and achieves production-ready scores in Lighthouse and PageSpeed Insights reports. It also includes features for image optimization and font optimization.
To install Qwind, follow these steps:
npm install
to install the dependencies.npm run dev
. The server will be available at http://127.0.0.1:5173/
.npm run build
. The generated files will be located in the dist
folder.npm run preview
.npm run fmt
to format codes with Prettier, npm run lint
to run ESLint, and npm run qwik ...
to run CLI commands specific to Qwik.Qwind is a versatile and user-friendly website template that combines the power of Qwik and Tailwind CSS. Its integration with Tailwind CSS allows for easy customization and the support for Dark mode provides a visually appealing experience. The template is optimized for performance and includes features for image and font optimization. With its straightforward installation process and comprehensive command options, Qwind is a solid choice for developers looking to create responsive and efficient websites.