Since server side is not ready yet, to see confusion_ng in action,
please change directory to confusion_ng/json-server folder, and type in terminal
% gulp
% json-server --watch db.json
and from browser, connect to
localhost:3000
If json-server is not installed, please install by typing
% sudo npm install json-server -g