Sholpine is a boiler plate of Alpine.js and Tailwind for Shopify themes. AlpineJs is a great alternative to the likes of jQuery, and fits Shopify Liquid's templating very well. Sholpine is perfect for building modern Shopify themes.
- Create a template from this repo.
- Run
npm install
. - Run
npm run dev
to start development.
- Run
npm run build
to build production files.