Initial commit: installable PWA hello world
React + TypeScript + Tailwind v4 + shadcn/ui frontend (client), Express + better-sqlite3 backend (server) in a pnpm workspace. Includes vite-plugin-pwa manifest, service worker, and iOS install meta tags. GET /api/hello increments a visit counter in SQLite; backend serves the built client in production.
BIN
client/public/apple-touch-icon-180x180.png
Normal file
|
After Width: | Height: | Size: 636 B |
BIN
client/public/favicon.ico
Normal file
|
After Width: | Height: | Size: 440 B |
1
client/public/favicon.svg
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
7
client/public/icon.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||
<rect width="1024" height="1024" rx="224" fill="#0a0a0a" />
|
||||
<path
|
||||
d="M372 712V312h168c92 0 152 44 152 124 0 82-62 130-156 130h-66v146h-98zm98-220h64c42 0 64-20 64-56 0-36-22-54-64-54h-64v110z"
|
||||
fill="#fafafa"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 324 B |
BIN
client/public/maskable-icon-512x512.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
client/public/pwa-192x192.png
Normal file
|
After Width: | Height: | Size: 759 B |
BIN
client/public/pwa-512x512.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
client/public/pwa-64x64.png
Normal file
|
After Width: | Height: | Size: 365 B |