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
- Run the vite dev server
npm run dev
- 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)