/socket.io-nextjs

A project to test socket.io and nextjs 14

Primary LanguageTypeScript

🚀 Auto-radio monorepo

This is an official monorepo for Auto-radio.

❓ What's inside?

This monorepo includes the following packages/apps:

📦 Apps and Packages

  • web: the main app.
  • @repo/ui: a stub React component library used by web app.
  • @repo/shared: a primitive React component library used into @repo/ui lib.
  • @repo/biome-config: biome configurations.
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo.

Each package/app is 100% TypeScript.

✨ Utilities

This monorepo has some additional tools already setup for you:

  • TypeScript for static type checking.
  • Biome for code linting and formatting.

🔨 Build

To build all apps and packages, run the following command:

cd my-turborepo
pnpm build

💻 Develop

To develop all apps and packages, run the following command:

cd my-turborepo
pnpm dev