A theme app extension boilerplate that highlights the basic structure and features that are available to developers who want to integrate their apps with Shopify Online Stores.
I get blocked on a variety of theme-check issues when trying to run npm run build. Most of the issues revolve around snippet nesting, file length, etc.
It would be good to have, similar to theme development, a way to customise the theme-check default config via a .theme-check.yml file. I find the lack of config makes it very constraining to build Liquid-only apps that may involve something like a form. Seems like the only route to go is use a framework like React/Vue
I get blocked on a variety of theme-check issues when trying to run
npm run build
. Most of the issues revolve around snippet nesting, file length, etc.It would be good to have, similar to theme development, a way to customise the theme-check default config via a .theme-check.yml file. I find the lack of config makes it very constraining to build Liquid-only apps that may involve something like a form. Seems like the only route to go is use a framework like React/Vue