๐ถ Dogokit with ๐ฟ Remix
The main Remix web app kit by ๐ถ Dogokit team.
Steps
Read the guide steps about this repo setup.
Tech Stack
Things being used and need to understand.
- HTML
- CSS
- JavaScript
- TypeScript
- Node.js vs Bun
- pnpm vs npm vs bun
- React
- Remix Docs
- Tailwind CSS
- Radix UI
- shadcn UI
- Remix Auth
- MySQL
- PlanetScale
- Vercel
- Cloudflare DNS and Domains
Later:
- Vitest vs Jest
- Playwright vs Cypress
Development
From the terminal:
pnpm devThis starts the app in development mode, rebuilding assets on file changes.
Deployment
First, build the app for production:
pnpm buildThen run the app in production mode:
pnpm startNow need to pick a host to deploy it to, such as:
- Vercel
- Netlify
- Fly.io
- Google Cloud
- Amazon Web Services
DIY
If familiar with deploying node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of remix build
build/public/build/