Boilerplate
React + Remix + Next + Typescript + Prisma + Expo + React Native
Comes with user authentication included
- React
- Prisma
- Remix
- Next.js
- Expo
- React Native
- TypeScript
- Postgres/MySQL
- Tailwind
- ESLint
- Prettier
- Resend (emails)
& many more tasty treats
Get Started
Must have node and pnpm installed and setup locally
pnpm i
- Create db and add connection string to .env, we use PlanetScale
cd packages/database pnpm db:push
Make sure you have created a .env file with the right values, you can use .env.example as the template
Development
pnpm run dev
Production
Mailers
- Create a Resend account and set a RESEND_API_KEY environment variable in .env
Deployment
We are using Vercel