TypeScript Web-Based IDE

后端 未结 11 1896
暗喜
暗喜 2021-02-01 06:24

Given the fact that TypeScript is Open Source, is this Web-Based IDE also available as a tool that can be downloaded anywhere?

I\'m developing a web application in which

11条回答
  •  后悔当初
    2021-02-01 06:54

    There are some web IDEs with support of TypeScript, namely:

    • Cloud9
    • CATS
    • JSBin (choose TypeScript from dropdown)
    • Baz

    If you think about making a new one, you could base on one of my 2 projects: TypeScript Compile or TypeScript Interpret ;)

提交回复
热议问题