Feature-heavy monorepo boilerplate for web and mobile apps
App is located at apps/web
.
This app uses shared packages. For more info, read their docs:
A simple Next.js (React) app built in TypeScript. File structure explains pretty well the software architecture.
Web app (Next.js) communicates with the Web app’s edge functions through tRPC.
For more info, see Next.js file structure.
components
: UI Componentscontexts
: Context providershooks
: Hookspages
: Pages, routing automatically handled by Next.js
_app.page.tsx
: Application (wrapped by providers)/**/*.page.tsx
: Pages of the applicationutils
: Utility functions