/PA2

WEPO Angular Chat

Primary LanguageJavaScript

Angular Chat

Authors

Daníel Benediktsson, Jón Freysteinn Jónsson and Jörundur Jörundsson

Setup

  1. Run the setup.sh script or equivalent commands to the ones below
	bower install -d
	npm install -d
	grunt concat
	grunt uglify
  1. Run run_client.sh script or equivalent commands to the ones below
	python -m SimpleHTTPServer 8088
  1. Run run_server.sh script or equivalent commands to the ones below
	node server/chatserver.js
  1. Go to localhost:8088 and have fun.