This is a webpack setup to transpile node.js code with live reload. It's great for building API's.
If you want to change these, just modify the variables in webpack.config.js
.
src
- place all server-side source code herebuild
- where things will be compiled to.