Runaway is a project to...
Install all npm packages before running the application
npm install
To start the server on your localhost,
npm start
node server.js
or for more convenience (automatically restarting the server upon file change),
nodemon server.js