My personal stack for production app, inspired by MonkeyEveryday
- Next
- TailwindCSS with SCSS
- GraphQL
- Nest
- Prisma
@trivago/prettier-plugin-sort-imports
andprettier-plugin-tailwindcss
- Database: PostgreSQL
- Monorepo: Turborepo
- My Code Style that all companies I work for does not use (Salim Double Quote and Semicolon)
- Create your repository from this template or use
degit
- Copy .env.template into .env (In root and apps/client)
- Search and replace all
@org
into name you want pnpm install
pnpm dev
will start all app at the same time