`npm start` won't work, as there is no "start" script inside package.json. Also, you missed `npm install` command in the documentation, due to that node app.js may throw error if someone doesn't run that :) Thanks