我是新来的Angular 2,我知道主持人Angular 1.x在共享托管像GoDaddy,但我不知道如何发布Angular 2应用程序,例如我有这个结构
文件夹:
angular2-quickstart
--app
app.component.ts
main.ts
--node_modules
--typings
index.html
package.json
styles.css
systemjs.config.js
tsconfig.json
typings.json
我需要在ftp上传什么文件?
我没有尝试任何东西,因为我不知道如何进行
提前致谢!