For Shopify
-
Install NodeJs (version 18 and above is recommended)
-
Place files and folders your local theme folder
-
Run "npm install"
-
Add the following in theme.liquid right above the closing tag: 4.1 4.2 <script src="{{ 'app.js' | asset_url }}" defer="defer"></script>
-
To compile resources, run "npm run build"