Skip to content
New issue

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

simplify Linux/OSX launch command in developer's guide #995

Closed
wants to merge 1 commit into from

Conversation

rodw
Copy link

@rodw rodw commented Jun 3, 2016

It's not strictly necessary to export the value of the PORT environment variable.

It can be set on a per-invocation basis with the syntax:

PORT=80 node server.js

This commit simply changes the (export PORT=80 && node server.js) command to the simpler one listed above.

There may be a Windows equivalent to this but I'm not familiar with it.

It's not strictly necessary to `export` the value of the `PORT` environment variable.

It can be set on a per-invocation basis with the syntax:

```bash
PORT=80 node server.js
```

This commit simply changes the `(export PORT=80 && node server.js)` command to the simpler one listed above.

There may be a Windows equivalent to this but I'm not familiar with it.
@benweet benweet closed this Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants