To install the dependencies go to the project root directory and run
npm install cesium
You also need to install bower, for this run:
npm install bower -g
then go to the web
folder and run
bower install
Now, to open the application go to the project root folder and open a localhost with
python -m SimpleHTTPServer
which should allow you to open the app in Chrome at localhost:8000/web/app