Skip to content

index.html

The index.html file is your client-side entry point. It is responsible for rendering your application’s UI and handling user interactions.

Bunny essentially just calls vite to bundle src/index.html into your client side application. Therefore index.html needs to include the script tag importing the index.tsx script which in turn calls startBunnyClient to launch the react application.