Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 469 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 469 Bytes

Monorepo

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

Getting Started

Clone this repo

git clone ${URL} ${REPO_NAME}
cd ${REPO_NAME}

Install the dependencies

cd projects/${PROJECT_NAME}
yarn

Start the project

yarn dev