Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Jan 19, 2025
1 parent d00c74e commit b445b46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/vike-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ Example of adding `vike-node` and Express.js to a Vike app that doesn't use a se
> - See [Add to existing server](#add-to-existing-server) if you already have a server.
> - See [Supported servers](#supported-servers) for installing `vike-node` with a server other than Express.js.
1. `npm install vike-node express`
1. Install dependencies:
```sh
npm install @universal-middleware/compress @universal-middleware/core sirv@2 express

npm install vike-node -D
```
1. Extend `vite.config.js`:
```js
// vite.config.js
Expand Down

0 comments on commit b445b46

Please sign in to comment.