A TypeScript starter template for building web applications with Next.js and Firebase using lerna monorepo.
This repository showcases a monorepo managed by Lerna, which includes a Next.js app, a shared UI package, and Firebase integration. The monorepo is organized into different packages: frontend, ui, core, and functions.
Follow these steps to set up the monorepo:
git clone [repository URL]
npm install -g lerna
This repository demonstrates the organization of a monorepo using Lerna. It consists of a Next.js application, a UI package with reusable components, and Firebase integration for backend services. By following the installation instructions, developers can easily set up and explore this monorepo. There are also plans to add features such as a code generator, testing library, Storybook, and i18n support in the future.