Skip to content

Instantly share code, notes, and snippets.

@rvibit
Last active February 4, 2023 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rvibit/0b090995c50068f9b03c116d638a22b6 to your computer and use it in GitHub Desktop.
Save rvibit/0b090995c50068f9b03c116d638a22b6 to your computer and use it in GitHub Desktop.
laravel-shopify React SPA welcome view
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Shopify Laravel Example</title>
@viteReactRefresh
@vite('resources/js/app.js')
</head>
<body>
<div id="app"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment