Skip to main content

3 docs tagged with "mono-repo"

View All Tags

Deploy Nextjs project with Lerna and Vercel

Vercel is a cloud platform for static sites and Serverless Functions which is the best place to deploy Next.js applications as vercel is optimized for Next.js (vercel is also the creator of Next.js).

Lerna

Lerna is a tool for managing JavaScript projects with multiple packages. It optimizes the workflow around managing multi-package repositories with git and npm.