# vite-reactts-electron-starter **Repository Path**: FuXiangRong/vite-reactts-electron-starter ## Basic Information - **Project Name**: vite-reactts-electron-starter - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-03 - **Last Updated**: 2021-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vite + React + Typescript + Electron - Starter ![Vite + React + Typescript + Tailwind + Electron Starter](Screenshot.png) > It is a simple starter tempalte without unnecessary packages. This Starter utilizes [Vite](https://github.com/vitejs/vite), [Tailwind](https://tailwindcss.com/), [React](https://reactjs.org/), [Typescript](https://www.typescriptlang.org/) and [Electron](https://electronjs.org/). By default, the React framework is used for the interface, but you can easily use any other framework such as Vue, Preact, Angular, Svelte or anything else. > Vite is framework agnostic ## Installation Clone this repo and install all dependencies `yarn` or `npm install` ## Development `yarn dev` or `npm run dev` ## Build `yarn build` or `npm run build` ## Publish `yarn dist` or `npm run dist`