Skip to content

blitzkriegcoding/go-gin-react-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

go-gin-react-helloworld

Hello World web app created with Golang + Gin & React + Bootstrap

What?

This is a basic "Hello World" web application that demonstrates a basic example of a web application using Golang + Gin & React + Bootstrap. Golang acts as the server and Gin is used to create the routes needed to serve the web page. React is used as the front-end technology, via a .jsx file, and is styled using Bootstrap via inline html within the index.html file. Working together they create a basic "Hello World" template for making web pages with React and hosting them with Golang.

How to use

go run main.go

  • if the port is already in use, change the port number in the main.go file

About

Hello World web app created with Golang + Gin & React + Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published