goxygen
goxygen copied to clipboard
Generate a modern Web project with Go and Angular, React, or Vue in seconds 🎲
Fixes #126. This is just: ```console $ go generate ./... ```
Detect issues like #126 where templates had been updated but generated file static/generated.go not rebuilt.
static/generated.go has not been updated after templates updates. Here is how to reproduce: ```console $ cd transform $ go run . $ git diff ../static ```
Add .mailmap file to merge Git authors. See `git shortlog -s -e` for output difference.
Possibly adding hot reloading (maybe [air](https://github.com/cosmtrek/air)?)
Flutter is one of major front-end web frameworks
At the moment both backend and frontend are running in the same container. It would be great to have them separated. For example, `docker-compose.yml` would look like: ```yaml version: "3.8"...
It would be nice to have such template that could allow to serve static files and proxy requests to external backend service on some path (e.g /api)
Suggestion for ther README. How does goxygen compares/competes/complement other "low code" projects like gokit, Sponge, gin, ...
Add: Security policy which serve as a template to receive vulnerability report from security researchers on this project