An open API service indexing awesome lists of open source software.

https://github.com/inkore-net/starter.electronvite-react


https://github.com/inkore-net/starter.electronvite-react

Last synced: 12 months ago
JSON representation

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.