Modern frontend development seems to be stabilizing on using either browserify or webpack to pull modules together, along with some transpiler such as babel (for es6), coffeescript, or typescript.
It's a bit of work to get a project up and running from scratch, but there's plenty of templates, and the result is nice.
Comments
Modern frontend development seems to be stabilizing on using either browserify or webpack to pull modules together, along with some transpiler such as babel (for es6), coffeescript, or typescript.
It's a bit of work to get a project up and running from scratch, but there's plenty of templates, and the result is nice.