Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 309 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 309 Bytes

This is an Express example app.

Getting Started

First, install dependencies:

npm install
# or
pnpm install
# or
yarn install

Next, run the server:

node server.js

Open http://localhost:3000 with your browser to see the result.