DEV Community

Smart Home Dan
Smart Home Dan

Posted on

Create new Turborepo Monorepo with no example layout

Found there was no real explaination on the turboepo website on how to create a new Monorepo without having all the example code included.

This is supported but just not well documented.

npx create-turbo@canary -e https://github.com/tknickman/turborepo-empty-starter

This command will give you an empty starter repo

Top comments (0)