Welcome to Vite Starter Theme
Vite Starter Theme is a modern WordPress theme that leverages Vite for asset bundling and optimization, designed to provide a fast and efficient development experience.
Features
- Vite Integration
- Tailwind CSS v4
- Zero Complexity
- Optimized Assets
Installation
- Clone the repository into your WordPress `wp-content/themes` directory.
- Navigate to the theme directory and install dependencies:
npm install - Build the assets:
npm run build - Activate the theme from the WordPress admin panel.
Development
To start the development server with Vite:
npm run dev
Notes
Vite does not parse PHP files for used assets. If you want to use assets in PHP files, you need to add another folder for this kind of assets.