This is the starter kit that has toolings and libraries set up by default so that it can increase your development speed
- eslint set up to support prettier, arrow functions on callback and template string
- prettier
- import order sorter, you can change it in
prettierrc.json
- tailwind css class order
- File naming and folder naming conventions
- nextUI
- tabler icon library for icons
- light/ dark theme
- type safe env variables using t3gg/env
- Google oAuth with nextAuth
- implemented Role based Auth with Prisma adapter, Google and postgres