Skip to content

Starter using Vite2 + React + Typescript + Tailwind + Electron Starter.

License

Notifications You must be signed in to change notification settings

Julycc41/vite-reactts-electron-starter

 
 

Repository files navigation

Vite + React + Typescript + Electron - Starter

Vite + React + Typescript + Tailwind + Electron Starter

It is a simple starter tempalte without unnecessary packages.

This Starter utilizes Vite, Tailwind, React, Typescript and Electron.

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

About

Starter using Vite2 + React + Typescript + Tailwind + Electron Starter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.8%
  • CSS 11.8%
  • HTML 4.6%
  • JavaScript 4.6%
  • Shell 0.2%