Build a Monorepo using PNPM workspace, React, Vue, Node, Eslint, Prettier and Typescript

preview_player
Показать описание
In this video, we will be creating a monorepo using PNPM workspaces. We will be creating a common private library which will be used in all the apps. We will be creating React frontend, Vue frontend, Node backend as apps in the monorepo. We will also be setting up Prettier, ESlint, Husky and Typescript for the monorepo.

⏳Timestamps
00:00 Introduction
01:00 Project Setup with Eslint, Prettier and Husky
10:10 Workspace setup
11:00 utils common library using vite and Typescript
19:15 Create Nodejs backend with Typescript
28:00 Create React and Vue Frontend apps
30:55 Use common library in React and Vue apps
33:00 Run Everything in parallel

Social Media Links:

#react #vue #nodejs #typescript #eslint #prettier
Рекомендации по теме
Комментарии
Автор

Man I have clone your folder also but still getting error on utils one when using on backend

jain-daksh
Автор

Thank you for this video, it just saved my life. I implemented a monorepo with two nextjs14 applications, an express backend and a libs/ui react app but I couldn't get it to start at the same time, but by following this video, everything works perfectly .

Thanks

didiamuri