...navigate into the folder with the .js file at the command line and type:
node yournamehere.js
...if the first line of the .js file is...
const express = require('express');
...you are running the Express server!
No comments:
Post a Comment