Skip to content
Yangshun Tay edited this page Sep 18, 2022 · 27 revisions

Architecture

  • Monorepo: Turborepo
  • App: Next.js
  • View: React
  • Styling: Tailwind
  • ORM: Prisma

Development

  • Create a Git branch using the format <username>/my-feature

React

  • Props should be Readonly
  • Props should be sorted alphabetically
  • Props should be destructured in the component function declaration

Clone this wiki locally