An open API service indexing awesome lists of open source software.

https://github.com/nhttp/create-nhttp

An Simple CLI for creating nhttp-project.
https://github.com/nhttp/create-nhttp

Last synced: 6 months ago
JSON representation

An Simple CLI for creating nhttp-project.

Awesome Lists containing this project

README

          

## Create NHttp

An Simple CLI for creating nhttp-project.

> Inspired by [create-vite](https://vitejs.dev/)

> Still In Alpha. PRs Wellcome :).

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

### Npm

```bash
npm create nhttp@latest
```

### Deno

```bash
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](LICENSE)