Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 240 Bytes

File metadata and controls

19 lines (10 loc) · 240 Bytes

nullGamingServer

#setup instructions

npm init -y

npm install

npm run dev

#you should now see the gaming server running on port 3000 #note port can be changed to any suitable in index.js

#running tests #in new console

npm run test