Skip to content

go-gorf/admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gorf Admin

Installation

go get https://github.com/go-gorf/admin@latest

Add to Gorf App

var apps = []gorf.GorfApp{
	&admin.AdminApp,
}

Install frontend dependencies

cd ui && npm install

Build frontend

cd ui && npm run build