Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amorey committed Jun 9, 2024
1 parent e6b4b9a commit 285f3c5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions examples/express/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
This is an [Express](https://expressjs.com) example app.

## Getting Started

First, install dependencies:

```bash
npm install
# or
pnpm install
# or
yarn install
```

Next, run the server:

```bash
node app.js
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 comments on commit 285f3c5

Please sign in to comment.