This template is used to build vite + electron + nestjs projects. Build whit esbuild, crazy fast!
NOTE: Main process is built with esbuild. After some modifications, it currently supports emitDecoratorMetadata
.
This is a template based on my repo: fast-vite-electron. In the main process, I integrated nestjs. In the main process, you can build your code just as you would write a nestjs backend. Desktop clients built from this template can quickly split the electron when you need to switch to B/S.
- Click the Use this template button (you must be logged in) or just clone this repo.
- In the project folder:
# install dependencies yarn # npm install # run in developer mode yarn dev # npm run dev # build yarn build # npm run build
My blog post: