The README.md file is excellent. One (if not the) best set of instruction's I've gone through for a NodeJS application. Thank you to whoever put those together. As someone who knows very little to nothing about NodeJS, I was able to get the thing running... on FreeBSD.
I ran into a slight issue. I need to change the listen address for Express. The settings.json file doesn't show how to do that and neither does the README, even though it clearly shows how to change the port number.
The README.md file is excellent. One (if not the) best set of instruction's I've gone through for a NodeJS application. Thank you to whoever put those together. As someone who knows very little to nothing about NodeJS, I was able to get the thing running... on FreeBSD.
I ran into a slight issue. I need to change the listen address for Express. The
settings.jsonfile doesn't show how to do that and neither does the README, even though it clearly shows how to change the port number.