- Node.js 18+ and npm.
- Windows environment (commands below use Windows syntax).
- Modern browser (Chrome/Edge recommended).
npm installnpm run start- Opens
http://localhost:3000/. - Uses
webpack-dev-serverwith CSP headers configured inwebpack.config.js. - The app is served via
src/index.htmlwhich loads/bundle.js.
npm run build- Outputs production bundle to
dist/.