Skip to content
bebraw edited this page Apr 21, 2013 · 2 revisions

Each JavaScript developer comes up with his own way to structure projects. There is no single standard to follow. Still, a number of boilerplates have emerged. Yeoman is perhaps the most high profile one of these. It uses Grunt, a build tool, I discussed earlier. I've listed various other boilerplates below:

It may be at least worth your while to investigate these alternatives. Take note of the way they structure the code and the tools you use. You may find something to pick up.