After installing angular-seed project, i did the following steps:
Cloned the repository :
git clone https://github.com/angular/angular-seed.git <
@BenFortune found the answer it was
http-server needs to be installed globally with npm install -g http-server
npm install -g http-server