First, I am trying to setup Angular 2 with SQL Server but I don't know where to start to create new project. I have just finished using their quick start, and wanted to create my own. I searched their tutorial site, and no mention about creating new application at all. The only thing mentioned to start an app is by downloading or cloning from their git, which would give their quickstart. But there is no mention on how to create new app.
Second, I want to use angular as web front, and I've already deployed a node js apps using ExpressJS 4. So naturally I want to integrate angular with my existing backend but I am not sure on how to put angular there, especially Angular is using typescript.
Thank you for help.