
Public
Like
5
reactHonoExample
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.
index.ts
https://stevekrouse--8aecf1b2f2f511efbc9c569c3dd06744.web.val.run
This is a starter template for a full-stack app in a Val Town Project. The app itself is a simple persistent message board.
The entrypoint of this app is index.ts
, which is the Hono HTTP
server, which serves the HTML, CSS, and JS, which run client-side.
This app is broken up into three folders, corresponding to where the code in those folders run:
backend/
- runs on Val Town serverless infrastructure in Denofrontend/
- runs in the user's browsershared/
- runs in both the frontend and backend
You can click into each of those folders to view their respective READMEs.