Here's my starter template for a React frontend web app
https://github.com/wilsocr88/react-app-shell
- Uses Vite framework
- Ready to connect up to a backend API with react-fetch-utils package
- App state is prewired for auth check, logged-in/logged-out views
- Example component that makes use of react-fetch-utils is present in `components/Component/` directory
- Builds to a single page app