A starter template for building Electron applications with Vite and React.
To install dependencies, run:
make installTo start the development server:
make devThis will run npm run dev and serve the project at http://localhost:5173.
Test production version locally:
make prodBuild the application:
make buildTo run the linter:
make lintThis project is licensed under MIT.