Skip to main content
Initialize a new Qwik app with bunx create-qwik. The create-qwik package detects when you are using bunx and will automatically install dependencies using bun.
terminal

Run bun run dev to start the development server.
terminal

Open http://localhost:5173 with your browser to see the result. Qwik will hot-reload your app as you edit your source files.
Qwik screenshot

Refer to the Qwik docs for complete documentation.