Skip to content

Instantly share code, notes, and snippets.

@rvibit
Last active February 4, 2023 13:33
Embed
What would you like to do?
shopify-laravel-app/resources/js/app.js file for laravel-shopify React SPA
import './bootstrap';
import "../css/app.css";
import '../frontend/index.jsx' //import react frontend entry file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment