Modern web apps using TypeScript and React cannot be run by opening the file directly in your browser.
# 1. Open your terminal in this folder
npm install
# 2. Start the local server
npm run dev
Once started, the website will open at http://localhost:3000