Skip to content

nhttp/create-nhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create NHttp

An Simple CLI for creating nhttp-project.

Inspired by create-vite

Still In Alpha. PRs Wellcome :).

Doc => https://nhttp.deno.dev/docs/cli

Npm

npm create nhttp@latest

Deno

deno run -Ar npm:create-nhttp

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...).

License

MIT