Skip to content

chunshand/monorepo-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monorepo-demo

简单的项目 了解下 monorepo 的基本使用。

启动

cd ./packages/serve
yarn run start:watch

cd ../web

yarn run dev