Extras
Extra informations
Favicon
Create your favicon and replace to /app/favicon.ico
Linting
Run this command npm run lint or npm run lint:fix (auto fix on) after making code changes to maintain a clean and consistent codebase with a unified coding style and convention.
Run type checking
Run command npm run tsc frequently to make sure you do not make the mistakes defining typescript.
Folder structure
-
/prismaforPrimsaschemas and apis -
/actionsfor app server actions -
/servicesfor app service apis like resend, stripe...
...