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

https://github.com/narze/vite-electron-svelte-ts


https://github.com/narze/vite-electron-svelte-ts

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# vite-electron-svelte-ts

- ⚡ **Full stack uses Vite** to run Electron application, including main process.
- 💡 The project is managed using **[yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/)**, Therefore, it is recommended to use **Yarn** as a packages management tool.

## Usage

```bash
git clone https://github.com/narze/vite-electron-svelte-ts.git
cd vite-electron-svelte-ts
yarn
yarn start
```

## Build

```base
yarn build
```

## License

[MIT](License)