VefModd / PA2

WEPO Angular Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

WEPO Angular Chat


Languages

Language:JavaScript 70.5%Language:HTML 29.1%Language:Shell 0.4%