A practical monorepo (with a React app using Vite, Yarn, TS, and Storybook) template
/lib- Libraries that are shared by projects/projects- Deployable projects (APIs, UIs, apps)/tools- Internal tools
Clone this repo
git clone ${URL} ${REPO_NAME}
cd ${REPO_NAME}Install the dependencies
cd projects/${PROJECT_NAME}
yarnStart the project
yarn dev