To get the project running locally:
Clone the project
git clone https://github.com/harushimo/udacity_FSND_2.git
Go into the udacity_FSND_2 directory:
cd udacity_FSND_2
When your in the directory, use the following command to run the local server:
Python 2.x
python -m SimpleHTTPServer
Python 3.x
python3 -m http.server