- Go into
./packages/client1
- Run
npm install
- Run
npm run start
- Observe cat on screen.
- Install lerna -
npm install --global lerna
- Bootstrap the project
lerna bootstrap --hoist
- Go into
./packages/client1
and runnpm run start
. - Observe there is no cat.