Repository · ccantynz
No description yet.
main
| src | Initial commit: Vapron solidstart starter | 1 month ago | ||
| .gitignore | Initial commit: Vapron solidstart starter | 1 month ago | 50 B | |
| app.config.ts | Initial commit: Vapron solidstart starter | 1 month ago | 423 B | |
| bun.lock | Initial commit: Vapron solidstart starter | 1 month ago | 139.4 KB | |
| package.json | Initial commit: Vapron solidstart starter | 1 month ago | 428 B | |
| README.md | Initial commit: Vapron solidstart starter | 1 month ago | 363 B | |
| tsconfig.json | Initial commit: Vapron solidstart starter | 1 month ago | 305 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 devRoutes
GET /— the home pageGET /api/hello— a minimal JSON API route
Deploy
Deployed on Vapron via bun install && bun run build && bun run start.