Getting Started
Get Started
Scaffold a new OlumJS project with the official CLI — TypeScript, routing, and a dev server ready out of the box:
Terminal
npx create-olum@latest my-app
💡
This scaffolds a full project with TypeScript, file-based routing, and a configured dev server in one command.