We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi topley. i just run nodeshop but i don't know what port are using? i run command node shop.js
The text was updated successfully, but these errors were encountered:
You can type this command:
$ PORT=3000 node shop
or modify the listen port code:
// Listen for requests var port = process.env.PORT||'3000'; app.listen(port); console.log('NodeShop v' + info.version + ' listening on port ' + port);
Sorry, something went wrong.
No branches or pull requests
Hi topley. i just run nodeshop but i don't know what port are using?
i run command node shop.js
The text was updated successfully, but these errors were encountered: