Skip to content

Guide and example project for integrating Electron with Tailwind CSS to create responsive, modern Desktop applications.

Notifications You must be signed in to change notification settings

themeselection/ts-electron-tailwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron & Tailwind CSS Integration

This project demonstrates the integration of Tailwind CSS (version 4.1.11) with electron (version 37.2.5).

Getting Started

Follow these steps to get the project up and running:

  1. Clone the Repository
    Clone the repository to your local machine.

  2. Install NPM Packages
    Navigate to the project directory and install the necessary npm packages:

    npm install
  3. Start the Tailwind CSS Watcher
    Compile styles by starting the Tailwind CSS watcher:

    npm run watch:css
  4. 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!

About

Guide and example project for integrating Electron with Tailwind CSS to create responsive, modern Desktop applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published