Skip to content

Be1newinner/electron-react-tailwindcss-boilerplate

 
 

Repository files navigation


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] Discord

OpenCollective OpenCollective [![StackOverflow][stackoverflow-img]][stackoverflow-url]

Install

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 install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

TailwindCSS Integration

This fork includes TailwindCSS for styling. You can start using TailwindCSS classes in your React components right away.

Packaging for Production

To package apps for the local platform:

npm run package

Docs

See the original Electron React Boilerplate docs and guides here.

For TailwindCSS usage, check the TailwindCSS documentation.

Community

Join our Discord: https://discord.gg/Fjy3vfgy5q

Sponsors

Donations

Donations will ensure the following:

  • 🔨 Long term maintenance of the project
  • 🛣 Progress on the roadmap
  • 🐛 Quick responses to bug reports and help requests

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

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.

About

A Foundation for Scalable Cross-Platform Apps using react js and tailwindcss

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.1%
  • JavaScript 16.9%
  • CSS 1.3%
  • EJS 0.7%