0

I've recently switched from jsfiddle to codepen.io - after a long look at all possiblities - and am enjoying it

I'd like to replicate a similar environment locally, building ideally jade/stylus/coffee, but equivalents of the first two are okay. Ideally Node.js based. Something like brunch.io is abstracted a little too far for my desires.

Well, ideally I'd like a SaaS IDE offering a Chocolat style environment and managing the file system and build process (know any?) but I can't think of anything ;-)

So, to bring it back to a question - does anyone know a starter kit, bundling together the appropriate node modules, a simple scaffold, and appropriate watch commands into one?

It's something I can build myself - but thought best to see if there is anything I can leverage.

... I might also have another plan with brunc

4

1 回答 1

1

如果你想要一些看起来像 CoffeeScript + Express 模板/入门工具包的东西,那么有一些项目,比如骨架express-coffee。我最近将frappe放在一起,它结合了我从这些项目中喜欢的一些元素。它包含一些基本路线和一些示例代码,以帮助您入门。

于 2012-09-19T08:01:40.427 回答