Instructions Install node Navigate to the project folder: cd RabbotServer Install dependencies: npm install To start the server run: npm run start Additional instructions To change the server port, look inside index.js for the following line server.listen(3000);