I kept getting asked in different IRC channels how to use Go with various frontend frameworks, so I decided to throw together an extremely minimal (clean) prototyping framework. It uses Go on the backend and a basic webpack config for frontend build toolchain. It has simple config and endpoint support.I don't know how useful it is to anyone but it is the same pattern I have used for several React based web applications in production.
Constructive criticism and feature requests welcome :D
https://github.com/huoy/moon