MissionBit's version of CodeRamp curriculum for Summer 2017 class at Microsoft
- Server is Ruby; to run locally:
- Make sure Ruby is installed on your system
- Navigate to file directory in Terminal or Command Prompt
- Type ruby -run -e httpd . -p 8080
- Press Enter
- Navigate to http://localhost:8080/client/ in browser