Skip to content

Ready-to-use project template for building cross-platform desktop applications with Electron, React, TypeScript, and Tailwind CSS.

Notifications You must be signed in to change notification settings

rostislavjadavan/electron-react-typescript-tailwind-starter

Repository files navigation

🚀 Electron React TypeScript Tailwind Starter

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.

Features

  • Electron for building cross-platform desktop applications
  • React for creating scalable, component-based UIs
  • TypeScript for strongly-typed and maintainable JavaScript code
  • Tailwind CSS for utility-first styling and rapid UI development
  • Electron Forge for simple packaging and publishing of Electron applications

Getting Started

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

Package the project as an Electron app:

npm run make

For detailed configuration visit: https://www.electronforge.io

Customization

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.

About

Ready-to-use project template for building cross-platform desktop applications with Electron, React, TypeScript, and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published