Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NoQuarterTeam/boilerplate
🔆 Fullstack boilerplate using Remix, Next.js, Expo, Prisma, TypeScript, tRPC and many more!
https://github.com/NoQuarterTeam/boilerplate
boilerplate expo nextjs prisma react react-native remix remix-run typescript
Last synced: 3 months ago
JSON representation
🔆 Fullstack boilerplate using Remix, Next.js, Expo, Prisma, TypeScript, tRPC and many more!
- Host: GitHub
- URL: https://github.com/NoQuarterTeam/boilerplate
- Owner: NoQuarterTeam
- Created: 2023-02-21T20:23:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T19:00:15.000Z (3 months ago)
- Last Synced: 2024-11-15T20:17:31.290Z (3 months ago)
- Topics: boilerplate, expo, nextjs, prisma, react, react-native, remix, remix-run, typescript
- Language: TypeScript
- Homepage: https://boilerplate.noquarter.co
- Size: 5.27 MB
- Stars: 83
- Watchers: 3
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - NoQuarterTeam/boilerplate - 🔆 Fullstack boilerplate using Remix, Next.js, Expo, Prisma, TypeScript, tRPC and many more! (TypeScript)
README
# Boilerplate
## React + Remix + Next + Typescript + Prisma + Expo + React Native
### Like this stack? Come work with us: www.noquarter.co
Comes with user authentication included
- [React](https://github.com/facebook/react)
- [Prisma](https://www.prisma.io)
- [Remix](https://remix.run)
- 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**
1. `pnpm i`
2. Create db and add connection string to .env, we use PlanetScale
3. `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