Public
Like
hono-client-css-starter
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v59View latest version
Minimal Hono Client/CSS starter example
The main.tsx
file is a Hono app that renders a page styled with hono/css
global styles and adds a style
tag to the document head.
The App.tsx
file is the main app component, which uses state and hono/css
.
The client.tsx
hydrates the App.tsx
component on the client.
Incrementing the count
changes the color of the div below the button.