Skip to content

joaodematte/form-builder-experimental

Repository files navigation

Turborepo starter

This Turborepo starter is maintained by the Turborepo core team.

Using this example

Run the following command:

bunx create-turbo@latest

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • web: a Vite app
  • @neomind/ui: a stub React component library shared by web

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 form-builder
bun build

Develop

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

cd form-builder
bun dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published