# README
go-web-app-boilerplate
Boilerplate for golang frontend development.
Getting Started
Development: Docker
- Get the Backend API and get Docker images:
$ git clone https://github.com/JECSand/go-rest-api-boilerplate $ cd go-rest-api-boilerplate && docker-compose up -d
- Clone this repo and run docker compose.
$ git clone https://github.com/JECSand/go-web-app-boilerplate $ cd go-web-app-boilerplate && docker-compose up -d
- Open a web browser and navigate to http://localhost:8080