This Turborepo includes the following packages/apps:
@1post/frontend
: a Next.js app@1post/core
: backend api@1post/shared
: shared code between the frontend and backend@1post/client-sdk
: Client SDK generated from OpenAPI spec
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 myonepost
pnpm build
To develop all apps and packages, run the following command:
cd myonepost
pnpm dev