Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paologuimalan/neondesktop_v1.2
https://github.com/paologuimalan/neondesktop_v1.2
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paologuimalan/neondesktop_v1.2
- Owner: PaoloGuimalan
- License: mit
- Created: 2024-07-24T11:43:25.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-28T10:33:42.000Z (5 months ago)
- Last Synced: 2024-07-29T07:39:08.141Z (5 months ago)
- Language: TypeScript
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vite + React + Typescript + Electron - Starter
![Vite + React + Typescript + Tailwind + Electron Starter](Screenshot.jpg)
> 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)