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:
parent
96bd5258d1
commit
4c4bf2b85e
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user