Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 288 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 288 Bytes

CollabTunes

##To run application

  1. sudo npm install (To install all dependencies)
  2. nodemon ./bin/www (To run the server)

##To Test code

  1. Go to ~/path_to/CollabTunes
  2. Type "./node_modules/mocha/bin/mocha" in terminal (Results of running tests will show in terminal)