Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxstue/vite-reactts-electron-starter
Starter using Vite2 + React + Typescript + Tailwind + Electron Starter.
https://github.com/maxstue/vite-reactts-electron-starter
electron react tailwind typescript vite
Last synced: 3 days ago
JSON representation
Starter using Vite2 + React + Typescript + Tailwind + Electron Starter.
- Host: GitHub
- URL: https://github.com/maxstue/vite-reactts-electron-starter
- Owner: maxstue
- License: mit
- Created: 2021-01-24T18:48:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T11:46:50.000Z (6 months ago)
- Last Synced: 2024-10-30T05:06:06.934Z (3 months ago)
- Topics: electron, react, tailwind, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 1.16 MB
- Stars: 308
- Watchers: 4
- Forks: 93
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- fucking-awesome-vite - vite-reactts-electron-starter - React, Tailwind CSS, TypeScript and Electron. (Get Started / Templates)
- awesome-vite - vite-reactts-electron-starter - React, Tailwind CSS, TypeScript and Electron. (Get Started / Templates)
README
# Vite + React + Typescript + Electron - Starter
https://github.com/AleBL/vite-reactts-electron-starter/assets/26389226/2697ab5c-b6c5-4c28-ab40-1a237e12cf8d
> It is a simple starter template without unnecessary packages.
This very simple Starter template, 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`
## More advanced templates
If you are looking for more advanced templates than this, please go to one of the following links (these are some other links out of the **[awesome-vite](https://github.com/vitejs/awesome-vite)** repo) or you can help me make this template better 🙂
Links:
- [vite-react-electron](https://github.com/caoxiemeihao/vite-react-electron)
- [electron-vite-react](https://github.com/twstyled/electron-vite-react)
- [vite-electron-esbuild-starter](https://github.com/jctaoo/vite-electron-esbuild-starter)