Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 343 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 343 Bytes

CareerPrep

MissionBit's version of CodeRamp curriculum for Summer 2017 class at Microsoft

  • Server is Ruby; to run locally:
  1. Make sure Ruby is installed on your system
  2. Navigate to file directory in Terminal or Command Prompt
  3. Type ruby -run -e httpd . -p 8080
  4. Press Enter
  5. Navigate to http://localhost:8080/client/ in browser