Example: express.js
Install requirements in the new project:
npm install --save express
OR install requirements defined in package.json file in this directory:
npm install
Then start the HTTP server:
npm run express
Example: simple.js
No dependencies required.
Start the HTTP server:
npm run simple