Repository · ccantynz
No description yet.
main
| app | Initial commit: Vapron remix starter | 1 month ago | ||
| public | Initial commit: Vapron remix starter | 1 month ago | ||
| .gitignore | Initial commit: Vapron remix starter | 1 month ago | 70 B | |
| bun.lock | Initial commit: Vapron remix starter | 1 month ago | 58.7 KB | |
| package.json | Initial commit: Vapron remix starter | 1 month ago | 735 B | |
| react-router.config.ts | Initial commit: Vapron remix starter | 1 month ago | 205 B | |
| README.md | Initial commit: Vapron remix starter | 1 month ago | 360 B | |
| tsconfig.json | Initial commit: Vapron remix starter | 1 month ago | 585 B | |
| vite.config.ts | Initial commit: Vapron remix starter | 1 month ago | 257 B |
⚡No AI activity this week
README.md
Vapron Remix Starter
A minimal Remix app, built on React Router in framework mode (Remix's actively-maintained successor as of the 2026 upstream merge).
Develop
bun install
bun run devDeploy
Deployed on Vapron via bun install && bun run build && bun run start.