Original post is here
Each project is located inside the lib folder with this structure:
./lib/{framework_name}
to run each project:
// Go to the project directory
cd ./lib/{framework_name}
// Install dependencies
npm install or yarn
// Run the project
yarn dev