Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 591 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 591 Bytes

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

  • Create a local branch or fork
  • Upload the changes
  • Make PR (understandable)