I'm pretty new to web development. I'm going through angular2 developer guides and now I would like to deploy my app to s3 as a fully static web site.
angular.io docs only show how to run my project using npm.
Currently I have bunch of .ts files and I probably need some tool that will compile them, move everything needed(html, js, css, etc.) to separate directory or create zip with everything inside. Surely I can do this using bash and raw typescript compiler but it doesn't feel like civilised way.
Here is complete, minimal project configured exactly as I wanted it to be: https://github.com/shivanshuag/angular2-seed