Explore the repo »
Report Bug
.
Request Feature
Welcome to the EVRT2(Electron, Vite, React, Tailwind, and TypeScript)!
This tool simplifies the initial stages of your Electron desktop application projects by providing a convenient way to fetch boilerplate code directly to your computer.
# Command
yarn && yarn dev
# Command for all templates from which you can choose one that you need
npx create-template
# or
npx create-electron-with-react
# choose one of the given options, or example this one
? evrt2 - Electron Vite React Typescript Tailwind
? Project name: test-project
✔ All done, your project is ready to be used.