An example todo app with Deno and Node.js runtimes in different functions. Based on Deno SSR and Begin Node CRUD.
Deploy your own clone of this app to Begin!
- Start the local dev server:
npm start
- Be sure to update the stage URLS with your Begin app URLS in
src/http/get-index/render.tsx
. You can find your Begin app URLs in the Begin console.
- Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
- Creating new routes - basics on expanding the capabilities of your app
Head to docs.begin.com to learn more!