This is a Next.js project bootstrapped with create-next-app
.
- latest "LTS" version of NodeJs
- eslint and prettier setup in your editor
- patients
The default Next.js app routing system is used.
next-intl localized routing is used on top of it with the rewrite capability of the Next.js more info here.
Localized pathname are define in /src/i18n.ts and used by the next-intl middleware and navigation functions.
All navigation functions and components can be imported from "@/navigation".
They are drop-in replacements for common Next.js navigation APIs.
Learn how to use them here.