[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/)