denis-super-tool
v0.1.2
Published
This server listens on port 3000 and responds with “Hello World!” when you access the root URL. You can run this server with a command like npx ts-node server.ts, assuming you have ts-node installed. Make sure to run npm install express @types/express t
Downloads
2
Readme
This server listens on port 3000 and responds with “Hello World!” when you access the root URL. You can run this server with a command like npx ts-node server.ts, assuming you have ts-node installed. Make sure to run npm install express @types/express to install Express and its TypeScript definitions.