An open API service indexing awesome lists of open source software.

https://github.com/foolin/tigo-admin

tigo-admin is a admin template demo with tigo and Lumino admin template.
https://github.com/foolin/tigo-admin

Last synced: 4 months ago
JSON representation

tigo-admin is a admin template demo with tigo and Lumino admin template.

Awesome Lists containing this project

README

          

# Tigo-admin

tigo-admin is a admin template demo with tigo and Lumino, which is a clean, fresh admin panel template built on the Bootstrap framework and available.

# Usage

1.Install tigo.
```
go get github.com/foolin/tigo
```

2.Download [tigo-admin](https://github.com/foolin/tigo-admin/archive/master.zip "Tigo admin").

3.Run admin server.
```
go run main.go
```

You should be able to access URLs such as `http://localhost:8080`.

# Screenshots

* /login
![login](static/img/login.png "login")

* admin/index
![index](static/img/index.png "index")

* admin/widgets
![widgets](static/img/widgets.png "widgets")

* admin/charts
![charts](static/img/charts.png "charts")

* admin/tables
![tables](static/img/tables.png "tables")

* admin/forms
![forms](static/img/forms.png "forms")

* admin/panels
![panels](static/img/panels.png "panels")

* admin/icons
![icons](static/img/icons.png "icons")

# Links

* [Tigo Framework](https://github.com/foolin/tigo "tigo framework")

* [Lumino Admin Template](http://medialoot.com/item/lumino-admin-bootstrap-template/ "Lumino Admin Template")