- Clone repo
- Go to host directory and run install
cd host npm i - Go to remoteLib directory and run install
cd remoteLib npm i - Go back to the root folder and run start
cd .. npm start - Open http://localhost:3000/testing
cd host
npm i
cd remoteLib
npm i
cd ..
npm start