We now go through the essentials of a hapi app, including installing all required dependencies and then setting up the server, specifically the server and its dependencies. For anyone who’s looking to start hapi.js and already has their basics clear, this chapter is where the real story starts, because till now we had prepared the environment and background of our hapi journey. Now, you’ll get an application with its entry server point, dependency management, and a basic route to start with.
Installing Node.js
If you’re like me, you won’t stay without visiting the official Node.js docs when working ...