Run commands Navigate to the project directory, then run the following commands: To install the packages defined in package.json , run: npm install or just npm i The entry point is defined as index.js , so run: node index.js