Getting Started
To start off, I will create the templates for backend and frontend. I will copy the last project, and strip everything down to the bare essentials. Then, I'll work from that.
The frontend will be terrible because I still don't know how to structure it properly, but I guess I'll learn with time.
The main focus is automating everything, I can always change the template later.
I cleaned up the projects and I'm now ready to start working on the templating.
I need to write a Go program that will read through all templates, apply data, then spit out the result in another directory. Should be fairly straightforward. The hardest part is probably replacing all ahrdcoded values with templates.
Didn't manage to finish today but it's looking promising.