DEV Community

Cover image for JavaScript/TypeScript monorepo setup with PNPM Workspaces, Vite, VueJS and TailwindCSS!
Mihai Farcas
Mihai Farcas

Posted on

 

JavaScript/TypeScript monorepo setup with PNPM Workspaces, Vite, VueJS and TailwindCSS!

JavaScript/TypeScript monorepo setup with PNPM Workspaces, Vite, VueJS and TailwindCSS!

I created this video to provide a step-by-step guide to setting up a JavaScript/TypeScript monorepo with PNPM Workspaces, Vite, VueJS, and TailwindCSS!

This type of setup is a great way to manage a project with multiple components, as it allows you to work on the UI library and client app concurrently while seeing the changes update live.

It has been my most successful video so far and I would love your feedback!

Video:

And the GitHub Repo:
https://github.com/mihailtd/demo-monorepo

Top comments (0)

Visualizing Promises and Async/Await 🤯

async await

☝️ Check out this all-time classic DEV post