reactHonoStarterDupe
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: v63View latest version
Let's learn Val Town basics right here using the editor and the live preview.
β‘οΈ Get Started:
- You should see your code editor (for this file, or
START_HERE.ts) on the left/center. - You should also see the Live Preview Pane on the right, showing the "Onboarding Progress" tracker. (If not, click the "HTTP" tab above the editor).
- ACTION: In the File Tree (left sidebar), click to open
START_HERE.ts. - ACTION: Follow the instructions in the code comments within
START_HERE.ts, starting near the top. Use the Preview Pane (and its π button) to see your progress!
π Quick Jumps (Optional):
Find the relevant comment block in START_HERE.ts:
- Editing & Live Preview:
// --- STEP 2 --- - Saving Data (Blob Storage):
// --- STEP 3 --- - Sending Email:
// --- STEP 4 --- - Scheduled Tasks (Cron):
// --- STEP 5 ---
β¨ Quick UI Tour:
Notice the: File Tree, Save button, Logs pane, Environment Variables, "+" button.
(Advanced Note: Val Town also offers a @valtown/playground React component if you ever want to embed an interactive editor on your own website, but this tutorial focuses on the main Val Town interface.)