[TOC]
# 测评
最好使用GitHub 或者 Google 登录
# 在线运行
https://studio.dev.tencent.com/dashboard/workspace
https://www.jdoodle.com
https://www.theia-ide.org/
https://codesandbox.io
https://repl.it
https://www.shiyanlou.com/
https://aws.amazon.com/cloud9/?origin=c9io
## sourcegraph
[https://sourcegraph.com/search](https://sourcegraph.com/search)
示例:
[https://sourcegraph.com/github.com/youzan/vant-weapp](https://sourcegraph.com/github.com/youzan/vant-weapp)
## gitpod
https://gitpod.io/
Gitpod中的IDE基于开源项目 [Theia](https://www.theia-ide.org/) 。
[在线编辑运行 ant-design-pro](https://gitpod.io/#https://github.com/ant-design/ant-design-pro)
## stackblitz
https://stackblitz.com/
允许我们在线运行基于Angular CLI构建的项目。更进一步,对于Github上的项目,我们只需要简单地在浏览器输入对应的url即可运行我们想要的项目。
示例可以查看:[Angular Material Demo App \[aveferrum/angular-material-demo\]](https://stackblitz.com/github/aveferrum/angular-material-demo)和[Angular RealWorld \[gothinkster/angular-realworld-example-app\]](https://stackblitz.com/github/gothinkster/angular-realworld-example-app)
运行Github上的基于Angular CLI构建的项目方法:
1、在url上提供用户名和仓库名
~~~
stackblitz.com/github/{GH_USERNAME}/{REPO_NAME}
~~~
2、在url上指定branch,tag 或 commit
~~~
stackblitz.com/github/{GH_USERNAME}/{REPO_NAME}/tree/{TAG|BRANCH|COMMIT}
~~~
StackBlitz特性包括:
1. 自动同步仓库代码,如果向仓库推送了commit,它会自动同步。
2. 极速启动,它免去了我们下载代码到本地,安装等过程,可以在几秒就完成了启动项目
3. 既然是一个在线的ide,它也支持你在本地开发想要的功能,如热加载等等
如果想查看github上的angular示例,这是一个不错的在线工具,推荐一下。
https://coder.com/
https://www.katacoda.com/courses/nodejs/playground
# 在线编辑运行
[regex101](https://regex101.com/)
https://runkit.com/home
可以当作实时 api mock ,
加载任何 npm 模块
http://requirebin.com/
[CodingGround](http://www.tutorialspoint.com/codingground.htm)
[CodeAnywhere](https://codeanywhere.com/) **github登陆**
[CodeChef-IDE](https://www.codechef.com/ide)
[GBDebug在线测试](http://www.gbtags.com/gb/debug/new.htm)
[JSFiddle](https://jsfiddle.net/)
[CodePen](https://codepen.io/)
[dabblet](http://dabblet.com/)
[cssdeck](http://cssdeck.com/)
[webmaker](http://webmaker.app/app)
[JSRun](http://jsrun.net/)
[3wus.cn](http://3wus.cn/AdminLTECompile/index.php)
[ideone](http://ideone.com/)