https://github.com/inkore-net/starter.electronvite-react
https://github.com/inkore-net/starter.electronvite-react
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inkore-net/starter.electronvite-react
- Owner: iNKORE-NET
- License: lgpl-2.1
- Created: 2025-01-08T10:20:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T13:03:25.000Z (over 1 year ago)
- Last Synced: 2025-06-02T08:19:40.433Z (about 1 year ago)
- Language: TypeScript
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron-Vite React Starter-Kit
This is a simple project to get you started with Electron and React. It uses Electron-Vite to manage the Electron app and React for the main interface.
All the technologies used in this project are:
- [Electron](https://www.electronjs.org/)
- [Electron Vite](https://electron-vite.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [React](https://react.dev/)
- [React Router](https://reactrouter.com/)
- [PNPM](https://pnpm.io/) (with Workspaces)
## Getting Started
To get started with this project, you click the "Use this template" button on the top right of this page or click [here](https://github.com/new?template_name=STARTER.ElectronVite-React&template_owner=iNKORE-NET). This will create a new repository with the same structure as this one.
Clone the repository to your local machine, locate to `packages/app-browser` and run the following commands:
```bash
pnpm install
pnpm dev
```
This will start the Electron app. You can now start developing your app.