Move bulk of server .js file files to /server, all client related files live in /client (including /public), webpack scripts now live in /scripts, cleanup of paths in /client/src/js/index.js and webpack.js.
/public is now volatile, any changes to templates should be made in /src and then run either “npm run build” or “npm run builder”