Hacker News new | ask | show | jobs
by platonichvn 5093 days ago
Great looking app! What did you guys use as your IDE and what is your build process like? I'm currently in the process of transitioning a team from a thick client plugin architecture to HTML 5 and am interested in hearing from others how they have built impressive looking apps in Javascript and HTML.
1 comments

Thank you.

Some of us are using WebStorm/IntelliJ and others swear by Sublime Text. The SVG layout engine is custom built. The rest is pretty much vanilla Javascript with some JQuery. Feel free to ask us anything!

Are you using JSLint or Google's Closure Compiler to ensure code quality on the Javascript side?
JSLint