Skip to content

queercat/CelestAI-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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