Skip to content

rayyildiz/go-react-template

Repository files navigation

Go & React Template

ci

Simple template for creating go & react js project.

git clone https://github.com/rayyildiz/go-react-template.git my-awesome-app
cd my-awesome-app
make

Backend:

Frontend:

""

Configure

Run make clean to remove .git folder and create an empty .env file.

DEBUG=true
POSTGRES_CONNECTION=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable

Cloud Run

This template is configured for Google CLoud Build and ready to deploy to Cloud Run.

Useful links: