Home

Awesome

Gonertia React Example

This is a template for start using the Golang Inertia Adapter using React

This is inspired by Vue Example w/ Gonertia

Instruction

  1. Install dependencies

    yarn
    go mod tidy
    
  2. Watch for changes in frontend code

    yarn build-watch
    
  3. In a separate terminal, watch for changes in backend code

    air
    

How to contribute