Repository · ccantynz
Strong

No description yet.

main1 branch6 files · 1 dirUpdated 1mo ago
CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings
main
srcInitial commit: Vapron solidstart starter1 month ago
.gitignoreInitial commit: Vapron solidstart starter1 month ago50 B
app.config.tsInitial commit: Vapron solidstart starter1 month ago423 B
bun.lockInitial commit: Vapron solidstart starter1 month ago139.4 KB
package.jsonInitial commit: Vapron solidstart starter1 month ago428 B
README.mdInitial commit: Vapron solidstart starter1 month ago363 B
tsconfig.jsonInitial commit: Vapron solidstart starter1 month ago305 B
No AI activity this week
README.md

Vapron SolidStart Starter

A minimal SolidStart app with a file-based API route and SSR.

Develop

bun install
bun run dev

Routes

  • GET / — the home page
  • GET /api/hello — a minimal JSON API route

Deploy

Deployed on Vapron via bun install && bun run build && bun run start.