📄️ Introduction
We use Next.js to build our frontend applications. Next.js is a React framework that allows us to build server-rendered applications. It is a powerful tool that allows us to build applications quickly and efficiently.
📄️ File Structure
We are using a Turbo Monorepo setup with the following file structure. Key organizational principles:
📄️ UI Resources
A collection of UI resources.
📄️ Types
The webapp is built with TypeScript.
📄️ Internationalization
We use next-intl for internationalization. The files for the translations are located in apps/web/public/messages. Please make sure to add new translations to all languages when making changes to the translations.
📄️ Test Mobile Version
Browser Dev Tools: Quick but Imperfect