0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

docs(readme): add "quick start"

This commit is contained in:
Yusuke Wada 2023-02-23 05:47:56 +09:00
parent 96bd5258d1
commit 4c4bf2b85e
2 changed files with 12 additions and 0 deletions

View File

@ -38,6 +38,12 @@ app.get('/', (c) => c.text('Hono!'))
export default app
```
## Quick Start
```
npm create hono@latest my-app
```
## Features
- **Ultrafast** - The routers are really fast and smart. Not using linear loops. Fast.

View File

@ -38,6 +38,12 @@ app.get('/', (c) => c.text('Hono!'))
export default app
```
## Quick Start
```
npm create hono@latest my-app
```
## Features
- **Ultrafast** - The routers are really fast and smart. Not using linear loops. Fast.