<h1 align=center>Vite Electron Boilerplate</h1>


### Scaffolding Your First Vite Electron Pojrect
#### Use Typescript and Vite to quickly build your Electron project
#### The files in the template are modified on the basis of **[cawa-93/vite-electron-builder](https://github.com/cawa-93/vite-electron-builder)**. The **React/Preact/Svelte/Lit/Vanilla** project template is added to the original basis of vite-electron-builder

### Templates:

- Svelte
- React
- Preact
- Vue
- Lit
- Vanilla

```bash
# pnpm
pnpm dlx create-vite-electron-fun
cd <project-name>
# In Browser
pnpm serve
# In Electron
pnpm dev

```

```bash
# yarn
yarn create vite-electron-fun
cd <project-name>
# In Browser
yarn serve
# In Electron
yarn dev
```
```bash
# npx
npx create-vite-electron-fun
cd <project-name>
# In Browser
npm serve
# In Electron
npm dev
```


🥳🥳🥳🥳 Happy Coding!!
