Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 324 Bytes

File metadata and controls

11 lines (7 loc) · 324 Bytes

Instructions

  1. Install node
  2. Navigate to the project folder: cd RabbotServer
  3. Install dependencies: npm install
  4. 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);