suesmith

suesmith

Starter template with client-side React & Hono server
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.

React Hono Starter

This app is a starter template for client-side React and server-side Hono.

Getting started

Get a copy of this starter template by clicking the Remix button in the top-right.

How it works

So if you wanted to get a sense of how this app comes together, we suggest reading the files in this order:

index.ts -> /frontend/index.html -> /frontend/index.tsx -> /frontend/components/App.tsx

Further resources

  • React Hono Example is a bigger example project, with a SQLite database table, queries, client-side CSS, a favicon, and shared code that runs on both client and server.