🚀 A Lerna monorepo boilerplate for full-stack projects using Next.js for the web and React Native for mobile
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects