Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.11 KB

The Coffee Lounge [Monorepo]

This is an official starter Turborepo.

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • app: an Ionic React app
  • web: a Next.js app
  • types: a stub typescript types shared by both app and web applications
  • payment-gateway: a Next.js app
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.json used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

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

cd the-coffee-lounge
pnpm build

Develop

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

cd the-coffee-lounge
pnpm dev