How do you start a Node application, if the entry file is indexjs?
nodemon start
start index.js
node start
node index.js