Hi All,
I've been enthusiastically encouraging my colleagues to us JSPM/SystemJS and ES6 for a while now, but they tend to get hung up when setting up tests. I know there's Yeoman generators and Webpack setups, but those are overwhelmingly Karma and Grunt/Gulp based, and I find that setup to be overly complicated. I've created a bash script that sets up a project with JSPM/browser-sync/testem as the stack. Tests can be run at the command line, or in the browser with a few simple npm tasks.
A new project should be up and running in a couple minutes. Let me know what you think: