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
- Host: GitHub
- URL: https://github.com/viiftw/web-app-template
- Owner: viiftw
- License: mit
- Created: 2020-04-08T09:10:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T09:22:40.000Z (over 6 years ago)
- Last Synced: 2024-12-31T08:14:41.357Z (over 1 year ago)
- Topics: bootstrap-template, go-web-application, golang-examples, web-app
- Language: HTML
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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!