Getting started

Create a new app in one command:

npx create-landrr-app my-app
cd my-app
npm run dev

Open http://localhost:3000.

Project layout

  • server.js — Landrr SSR server
  • src/entry-server.tsx — SSR render entry
  • src/entry-client.tsx — client hydration
  • src/pages/ — route modules