This scaffold uses the Angular.io's Quickstart.
Type the following :
git clone https://github.com/m-legrand/angular2-quickstart.git app-name
cd app-name
If you don't want to maintain a git repo :
rm -rf .git .gitignore README.md
Final step :
npm install
npm start
And you're all set !
See also the official repository.