Migrating from a Create Next App to TurboRepo
Hi, does someone have an extensive guide or video of how to migrate to TurboRepo? I'm new in TurboRepo and I'm kinda lost. I read some blogs but they only move the entire folder into an app and I'm not sure if this is right. What happends then to the prettier/eslint/other config files?
2 Replies
Create new turbo repo project with a template, and then just look how the eslint, prettier, package.json, turbo.json are being configured and do the same for your react app
There's a pretty good starter you could look at for things like that in makerkit's github. I referenced that a lot when migrating. It splits out the Eslint and other tooling into its own packages/, and I liked that approach