Transpile and bundle ECMA to use in NodeJS.
npm run build
npm test
npm start
npm run serve
curl -v -XGET http://localhost:3000 -H "content-type: application/json"
curl -v -XPOST http://localhost:3000 --data-urlencode "msg=hello you" -H "content-type: application/x-www-form-urlencoded"