Basic skeleton (boilerplate code) with ES6 ready Express 4.x API server, using Babel and Flow. Should make it easy to get up and running with a simple API server.
$ npm install -g yarn
$ git clone https://github.com/ahmedfarooki/express-es6
$ cd $_
$ yarn install
$ yarn start
You should be able to access the api at: http://localhost:8080