Each demo has it's own folder and component at the end of the previous demo.
To run a demo open the html file with Live Server extension.
If you are not using VS Code you can run the below commands to start a server.
cd module-1
npx http-server
Then go to this url in the browser http://localhost:8080/star-rating.html