I am actually learning Angular 2 with Typescript and developed a little app by based on the angular-seed project (angular-seed). I have built the app for production purposes
A quicker way to deploy is as below: 1. Install nginx as mentioned by Herman. 2. Copy your dist/* files to /var/www/html/ without disturbing /etc/nginx/sites-available/default. sudo cp /your/path/to/dist/* /var/www/html/ 3. Restart nginx: sudo systemctl restart nginx