View Project
After lots of npm install and trying different configurations, I successfully created a monorepo using Vercel's Turborepo Lib. It wraps around two React apps and an Express server, along with a custom package directory that shares common configs and components.📦
I had previously created a monorepo using Lerna, but Turborepo provides a superior level of abstraction and supafast build speed ⚡
For anyone interested, check out my repository: https://lnkd.in/gwjTtwg5 (Don't forget to give it a ⭐ )
This Turborepo includes the following packages/apps:
admin: React-app app serves as a basic admin panel to create & delete products.
client: React-app app serves as a basic client panel to view products.
api: Simple CRUD APIs created using Express, used inside client and admin.
packages: This directory consists of common configs and UI components used in admin and client.
Like • Share • Connect ✌
Built with