Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/index"

Index

Variables

Variables

Const port

port: number = Number(process.env.PORT || 3000)

Port at which server will run

Const server

server: Server = app.listen(port, () => {console.log('express server started on port: ' + port);})

Starting the server

param

Port at which server will run

Generated using TypeDoc