Giter8 template to build Admin Control Panel for Go.
Demo: https://demo-goadmin.gpvcloud.com/.
Screenshoots


See also: govueadmin.g8 - single-page VueJS-based Admin Control Panel application template for Go.
Landing page using Greyscale template.Admin Control Panel using AdminLTE v3 - Bootstrap Admin Dashboard Template:
Dockerfile to package application as Docker image.go-giter8This a Giter8 template, so it is meant to be used in conjunction with a giter8 tool. Since this is a template for Go application, it makes sense to use go-giter8.
See go-giter8 website for installation guide.
$ g8 new btnguyen2k/goadmin.g8
and follow the instructions.
Note: This template requires
go-giter8version0.3.2or higher.
Directory src/goadmin is reserved for GoAdmin framework, do not put application source code there.
Source code under directory src/myapp is the sample Admin Control Panel itself.
It is a good starting point, feel free to reference or modify to build your own application.
See LICENSE.md for details.
For information on giter8 templates, please see http://www.foundweekends.org/giter8/