This repository was archived by the owner on Nov 27, 2025. It is now read-only.
Commit 1150fab
chore(package.json): explicitly list domain and port arguments in
A developer working on a remote server will want to change the IP
address which `npm start` serves on. A developer working on a machine
which is already using port 8000 will want to change the port. By
listing those arguments explicitly, it angular-phonecat makes it easier
for developers who are unfamiliar with npm and are working through the
tutorial to see that they can do so. This should be accompanied by a
sentence in the documentation.
Closes #191npm start
1 parent 3bb0fbd commit 1150fab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments