UNPKG

create-electron-shadcn-app

Version:

Create Electron Forge apps with Vite, React, Tailwind and shadcn/ui only with one command.

13 lines (10 loc) 191 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Hello World!</title> </head> <body> <script type="module" src="/src/renderer.ts"></script> </body> </html>