-
Notifications
You must be signed in to change notification settings - Fork 18
Boilerplates
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:
- HTML5 Boilerplate
- BoilerplateJS
- JavaScript-Boilerplate
- javascript-project-boilerplate
- JavaScript Library Boilerplate
- libtemplate.js
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.
Created by @bebraw. If you have ideas or happened to find some bugs, let me know over at issue tracker.