質問

Is there any online site where we can play around with Underscore or Handlebar templates online without needing to download anything?

役に立ちましたか?

解決

if underscore templates are enough for your needs: http://rowno.github.io/architect/

他のヒント

Personnaly I think the npm runkit is simpler and easier to use. You can test any npm package on it.

Since Underscore and Handlebars are both on npm, there is a runkit for each of them, Underscore and Handlerbars.

Otherwise, you can use an online code editor like jsfiddle or CodePen and add the libraries you want.

If you want more control over your files and your code you can use something like glitch which provides free Node environments that is perfect to test, for example, your serverside script. And if you need a database you can still use MongoDB Atlas alongside with glitch.

Cloud9 IDE has a node.js environment that you can use to install template modules and run them as well, all from the browser.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top