A very simple Express server example that's setup to use babel and other "helpers" to set a boilerplate/template for future work or to play around with.
To install:
$ npm install
$ npm run dev
To build:
$ npm install
$ npm build:all
To run transpiled code:
$ npm run start