You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, click on the run button and choose server.js as main script to run.
Point your browser to http://127.0.0.1:8124/
You should see a listing of your root directory
Note: you cannot use streamline code directly in the server.js file because this file is loaded by node rather than node-streamline. So, you have to put the streamline code in a separate module that you require from the main script.