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 my-app --tailwind
💡
This scaffolds a full project with TypeScript, file-based routing, and a configured dev server in one command, with Tailwind CSS installed and configured automatically. Omit the --tailwind flag to skip Tailwind CSS setup.