This is a simple Hello World in ElectronJs that provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
This project uses Electron Forge to simplify the process of working with Electron. To start the application in a development environment, use:
npm run dev
This command will launch the Electron application with hot reloading enabled, allowing you to see your changes in real-time.
Electron: For building cross-platform desktop apps with web technologies. Electron Forge: Provides a powerful set of tools to simplify the creation and distribution of Electron applications. React: For building the user interface using components. Tailwind CSS: For styling the application using utility-first CSS framework. Responsive Design: The application is optimized for both small and large screens. ShadCn : For using the components and styles from ShadCn.
Building for Production To build the Electron application for production, run:
npm run make
ScreenShot
ScreenShot