* Use index.js instead of app.js. index.js is the more idiomatic for Node.js developers. Indeed, it is the default value that npm start uses if no start script is provided. * Update package.json * Update README.md * Update package.json