Getting Started
Run the example full stack to see Terreno in action.
Prerequisites
- Bun installed
- MongoDB running (for the backend example)
Steps
-
Clone and install
bun install -
Start the backend (terminal 1)
bun run backend:devBackend runs at
http://localhost:4000. OpenAPI spec at/openapi.json. -
Start the frontend (terminal 2)
bun run frontend:webFrontend runs in the browser and talks to the backend.
-
Optional: regenerate SDK after backend route changes
cd example-frontend && bun run sdk
Next steps
- How to create a model — Learn model conventions including required field descriptions
- How-to guides — Task-focused guides
- Reference — Package and API details