A modern web application template built with Remix, TypeScript, and Supabase.
- ⚡️ Fast web application based on Remix framework
- 🔒 Database management with Supabase
- 🎨 Modern UI with Tailwind CSS
- 🔍 SEO
- Remix - React-based full-stack web framework
- TypeScript - Static type support
- Supabase - Open source Firebase alternative
- Tailwind CSS - Utility-first CSS framework
- Vite - Fast development server and build tool
- Node.js 18.0.0 or higher
- pnpm
- Supabase account
- Clone the repository
git clone [repository-url]
cd remix-ts-supabase-template- Install dependencies
pnpm install- Set up environment variables
Create a
.envfile and set the following variables:
SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_supabase_anon_keypnpm run devpnpm run build
pnpm start