Skip to main content

CLI

a CLI to create nhttp projects simply and elegantly.

You can run via npm or deno command.

Deno

deno run -Ar npm:create-nhttp

Npm

npm create nhttp@latest

Templates

  • Basic (basic nhttp starter).
  • MVC (Model, View, Controller).
  • React SSR (React Server-Side-Rendering & partial-hydration).
  • Preact SSR (Preact Server-Side-Rendering & partial-hydration).
  • Svelte SSR (soon...).
  • Vue SSR (soon...).

Runtime Supports

  • Deno
  • Node
  • Bun