This is an official starter Turborepo.
This Turborepo includes the following packages/apps:
app
: an Ionic React appweb
: a Next.js apptypes
: a stub typescript types shared by bothapp
andweb
applicationspayment-gateway
: a Next.js appeslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
used throughout the monorepo
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd the-coffee-lounge
pnpm build
To develop all apps and packages, run the following command:
cd the-coffee-lounge
pnpm dev