git clone https://github.com/jasongrout/phosphor-notebook.git
cd phosphor-notebook
npm install
bower install
tsd reinstall -so
gulpRun a static webserver in the root directory of the repo and go to http://localhost:8080.
python -m SimpleHTTPServer 8080Install http-server (npm install -g http-server), and then do
http-server