A simple monorepo template.
- Install Yarn Read the Installation Guide.
- global install lerna
lerna can will link dependencies in the repo together
or
yarn global add lerna
npm install -g lerna
git clone https://github.com/nitaking/monorepo-template.git
cd monorepo-template
yarn
prerequisites executed.
yarn init
lerna init