Gonertia React Example

January 18, 2025 ยท View on GitHub

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

This is inspired by Vue Example w/ Gonertia

Install

npm install # or yarn
go mod tidy

Development

  1. Run the vite dev server
npm run dev
  1. In a separate terminal, watch for changes in backend
air

How to contribute

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

Contents

  1. 1Install
  2. 2Development
  3. 3How to contribute