projectConverterDraft
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: v27View latest version
This project was both created to convert vals to projecst and was also automatically generated from a single Val file using the Val-to-Project converter.
backend/- Server code using Honofrontend/- React components and static assetsshared/- Types and utilities shared between frontend and backend
- Go to
backend/index.tsand verify it's set as an HTTP file (not script) - Click on the HTTP preview to view your application
- Pin it to your home page if you want to make it publicly accessible
You might need to add extra logic and additional endpoints to the Hono app in the index.ts file. This generator was optimized mostly for simple Townie applications and may require customization for more complex use cases.