javascript-tutorial / server

Server for the Modern Javascript Tutorial
https://javascript.info
Other
452 stars 138 forks source link

Added documentation for changing server port #61

Closed DTan13 closed 4 years ago

DTan13 commented 4 years ago

Do I need to change something?

iliakan commented 4 years ago

Do you know what "environment variable" is? Shell-level env var.

iliakan commented 4 years ago

E.g. PORT=123 ./dev en. (for unix shells)