./setup
make app PROJECT=chatapp PREFIX=~/progs/socket
PREFIX is completely users choice and default value is ../. PROJECT is the name of your project.
cd to the directory(i.e. cd ../chatapp usually) and make all
followed by
./start.sh
Then navigate to
http://localhost:8080/index.html