Live: https://a2rp.github.io/hello-react/
Code: https://github.com/a2rp/hello-react
A beautifully minimal, production-quality “Hello React” baseline:
- Vite + React 18
- styled-components (component-scoped styles)
- Design tokens in
:root
(viasrc/index.css
) - Accessible, polished UI (focus rings, roles, good contrast)
git clone https://github.com/a2rp/hello-react
cd hello-react
npm i
npm run dev