This starter repository provides a ready-to-use project template for building cross-platform desktop applications with Electron, React, TypeScript, and Tailwind CSS, utilizing Electron Forge for easy packaging and publishing.
Clone the repository:
git clone https://github.com/rostislavjadavan/electron-react-typescript-tailwind-starter.git
Navigate to the project folder:
cd electron-react-typescript-tailwind-starter
Install dependencies:
npm install
Start the development server:
npm run start
Package the project as an Electron app:
npm run make
For detailed configuration visit: https://www.electronforge.io
You can easily customize the project to suit your needs by modifying the source code within the src
directory. The project is set up with a simple example that you can use as a starting point for your application.