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

https://github.com/viiftw/web-app-template

Simple web app template written with Golang + Bootstrap 4
https://github.com/viiftw/web-app-template

bootstrap-template go-web-application golang-examples web-app

Last synced: 5 months ago
JSON representation

Simple web app template written with Golang + Bootstrap 4

Awesome Lists containing this project

README

          

# web-app-template

Simple web app template written with Golang + Bootstrap 4

## Usage

Install [Golang](https://golang.org/)
Clone this repo and go to that folder

```bash
go run main.go
```

Default server run on port 8080, browse to

[localhost:8080/home](http://localhost:8080/home)

Get result

![Demo](demo.PNG)

## License

This repo is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
You are welcome to contribute!