UNPKG

create-electron-foundation

Version:

An interactive CLI to bootstrap a modern, type-safe, and scalable Electron application.

15 lines (14 loc) 410 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <base href="./" /> <link rel="stylesheet" href="./index.css" /> <title>Electron + Vite + Tanstack Router + SQLite + Drizzle</title> </head> <body> <div id="app"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>