This Turborepo starter is maintained by the Turborepo core team.
Run the following command:
bunx create-turbo@latestThis Turborepo includes the following packages/apps:
web: a Vite app@neomind/ui: a stub React component library shared byweb
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 form-builder
bun build
To develop all apps and packages, run the following command:
cd form-builder
bun dev