An open API service indexing awesome lists of open source software.

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.

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.