A Shopify Polaris toolkit based on Bootstrap v4. View demo here https://ablesense.github.io/bootstrap-polaris/demo/index.html.
Shopify Polaris is a great way to make apps for Shopify that provide a consistent feel to the whole ecosystem, however it is heavily geared towards React and doesn't have very clean or semantic markup. Bootstrap Polaris is meant to keep that consistent UX while using light semantic and accessible markup, while removing the need for a front end JS framework.
- Clone Repo and run
npm install
- Run
gulp
- Edit files in
scss/
- Gulp compiles changes into the
dist
anddemo
directories. Both versions are minified but the demo version has sourcemaps enabled.