https://github.com/rluders/go-inertiajs-react
This is an experiment. Just to see if I can use Inertia.js, React, and Laravel Mix together.
https://github.com/rluders/go-inertiajs-react
golang inertiajs laravel-mix react
Last synced: about 1 year ago
JSON representation
This is an experiment. Just to see if I can use Inertia.js, React, and Laravel Mix together.
- Host: GitHub
- URL: https://github.com/rluders/go-inertiajs-react
- Owner: rluders
- License: mit
- Created: 2022-02-21T18:02:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T14:02:08.000Z (over 4 years ago)
- Last Synced: 2025-03-24T20:21:20.046Z (over 1 year ago)
- Topics: golang, inertiajs, laravel-mix, react
- Language: TypeScript
- Homepage:
- Size: 131 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go with InertiaJS, React, and Laravel Mix.
This repository uses [inertia-go](https://github.com/petaki/inertia-go) adapter, and also [Laravel Mix](https://laravel-mix.com/) together,
so you can have an embed [ReactJS](https://reactjs.org/) SPA without building an API.
> 🚨 DISCLAIMER: Please, keep in mind that this is just an experiment. But I'm accepting PR to improve it and maybe make it a little bit more interesting.
## How to run
```sh
$ yarn install
$ yarn dev
$ go get ./...
$ go run cmd/server/main.go
```
# License
The MIT License (MIT). Please see License File for more information.