Skip to content

Latest commit

 

History

History

node-http

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.