This project demonstrates the integration of Tailwind CSS (version 4.1.11) with electron (version 37.2.5).
Follow these steps to get the project up and running:
-
Clone the Repository
Clone the repository to your local machine. -
Install NPM Packages
Navigate to the project directory and install the necessary npm packages:npm install
-
Start the Tailwind CSS Watcher
Compile styles by starting the Tailwind CSS watcher:npm run watch:css
-
Run the Electron Development Server
Launch the electron development server with:npm start
Once these steps are completed, you can explore the project with Tailwind CSS seamlessly integrated into your Electron application!