Just index.js file: > node index.js Using package.json file: - Add the following lines to package.json: { .... "scripts": { "start": "node index.js" } .... } > npm start