Installing the npm packages $ npm install This will install all of the packages from the package.json file Launching the server $ npm start This calls the start script, which is defined as: node src/index.js. The server will then be specified on the given port.