My fork of the Electron React Boilerplate adds TailwindCSS to the mix, allowing for streamlined and responsive UI development within an Electron app. The stack now includes Electron, React, React Router, Webpack, and React Fast Refresh.
[![Build Status][github-actions-status]][github-actions-url]
[![Github Tag][github-tag-image]][github-tag-url]
Clone the repo and install dependencies:
git clone --depth 1 --branch main https://github.com/Be1newinner/electron-react-tailwindcss-boilerplate.git your-project-name
cd your-project-name
npm installHaving issues installing? See our debugging guide
Start the app in the dev environment:
npm startThis fork includes TailwindCSS for styling. You can start using TailwindCSS classes in your React components right away.
To package apps for the local platform:
npm run packageSee the original Electron React Boilerplate docs and guides here.
For TailwindCSS usage, check the TailwindCSS documentation.
Join our Discord: https://discord.gg/Fjy3vfgy5q
Donations will ensure the following:
- 🔨 Long term maintenance of the project
 - 🛣 Progress on the roadmap
 - 🐛 Quick responses to bug reports and help requests
 
Support us with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
This version emphasizes the inclusion of TailwindCSS in your fork of the Electron React Boilerplate, while retaining the essential details about installation, development, and community involvement.