이 문서를 언급한 문서들1
henrymakesapps
Recently, the creator of juchamatjib.com and hellynee.com built both websites within 48 hours using the following tech stack, with speed being the primary criterion for selecting the technologies:
- Next.js. Used for both front-end and server-side development.
- tRPC. Simplifies server-client communication without needing REST or GraphQL.
- Tailwind CSS. Reduces time spent on styling decisions while maintaining design quality.
- Supabase. Offers an easy-to-use database with PostgreSQL and type-injected clients.
- AWS Copilot: Provides hosting for the Next.js projects on ECS.
- tsconfig.json
strict: falseoption: Allows faster development by fixing errors as they occur rather than prioritizing type safety.
These tools allowed the developer to create the websites quickly and efficiently.