Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 307 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 307 Bytes

Running

native http server:

npm run http

express driven server

npm run express

Customizing

There is a possibility to specify server port, for example:

PORT=8080 npm run express

Config default values

variable http express
PORT 3000 3001