/admin-web-app-golang-template

It is a template for easily developing web applications: web admin template(use: gentelella) + golang(use: echo) + task runner(use: goemon, gulp)

Primary LanguageJavaScriptMIT LicenseMIT

admin-web-app-golang-template

It is a template for easily developing web applications by combining the following tools.

Installation

$ git clone git@github.com:humangas/admin-web-app-golang-template.git {app name}
$ cd $_
$ make install

Dependencies

  • golang
  • node

For Mac

$ brew install go
$ brew install node

Development

Web Page design

  1. $ gulp, run web server
  2. Develop gentelella resources (Resources under the following directory: production/, src/)

Go App development

  1. $ make build, create /assets resources
  2. $ make serve, run goemon serve
  3. just develop golang app as usual