Search code examples
javascriptreactjstypescriptnestmonorepo

Create monorepo with frontend and backend applications (React.js/Nest.js)


I was wondering if it is possible to create monorepo (keep it in one Github repository) with two projects - one frontend app made with React.js and the backend app with Nest.js. I thought I can use Lerna but it looks like it's only good for creating packages.


Solution

  • You could try Lerna, TurboRepo, etc. This blog post does a good job explaining comparisons between popular monorepo options. They come to a conclusion, but I'd suggest looking at the feature comparison and choose whichever best suits your project.