expressjs-es6-rest-starter
This is an example application, showing how to start building RESTfull services with ExpressJS and Ecmascript 6
The app now will accept all the cors requests.
How to start:
$ git clone git@github.com:shotaK/expressjs-es6-rest-starter.git
$ cd expressjs-es6-rest-starter
$ npm install
$ npm start
Then visit: http://localhost:3000/posts
Please note that babel-node is not meant to be used for production - https://babeljs.io/docs/usage/cli/#babel-node