An opinionated Go framework for the js-averse fullstack developer to rapidly build complete applications, both frontend and backend
-
Clone the repo
-
In the CLI go to the cloned repo's root and run
go install ./cmd/gogogo -
In the CLI go to whatever location you want your project to be created in.
-
Run
gogogo new my-project -
Go in to the generated project i.e.
cd my-project -
In the generated project root do
docker compose up -
Now your server should have started and your site is available on http://localhost:3000/
Tailwind Hot reload
