expressjs-es6-rest-starter
v0.0.2
Published
ExpressJS ES6 Rest API starter
Downloads
2
Maintainers
Readme
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 [email protected]: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