- Open Terminal.
- Type
cd(with a space) and drag this folder into Terminal, then press Enter. - Run this command:
npx serve -s
- Open your browser to: http://localhost:3000
Note: This command requires Node.js. If you don't have it, or it says "command not found," you can use python3 -m http.server 3000 instead.