Confirmed users, Administrators
5,526
edits
| Line 79: | Line 79: | ||
** In Terminal window cd to the ev-checker folder and type: node server.js | ** In Terminal window cd to the ev-checker folder and type: node server.js | ||
** In Firefox browser: http://localhost:8000/ | ** In Firefox browser: http://localhost:8000/ | ||
** Note: only one copy of the server may be running at a time. If you get an EADDRINUSE error, then in a terminal window type: | |||
***lsof -iTCP -sTCP:listen | |||
*** Look for any lines starting with "node" | |||
== About the Testing Tool == | == About the Testing Tool == | ||