npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

bootstrap-shopify-theme

v1.4.5

Published

A free [**Shopify Theme**](https://github.com/maxvien/bootstrap-shopify-theme) built with [**Bootstrap**](https://getbootstrap.com/), [BEM](http://getbem.com/), [Theme Tools](https://shopify.dev/tools/themes), [Swiper](https://swiperjs.com/), [Gulp](https

Downloads

13

Readme

🛍 Bootstrap Shopify Theme

A free Shopify Theme built with Bootstrap, BEM, Theme Tools, Swiper, Gulp, Parcel, Liquid, SASS, PostCSS, ESNext, ... and Passion.

Experience

These are my experience when I have been working on this theme:

If you like the project, please hit the STAR button to support my work. ⭐️

Demonstration

  • Store Link: https://maxvien-bootstrap.myshopify.com
  • Store Password: maxvien

Installation

Clone the source code into your computer.

git clone https://github.com/Maxvien/bootstrap-shopify-theme.git

Install the project's dependencies.

yarn install

Configuration

To config the project, you need to copy and rename the config.yml.example file to the config.yml file. Then update the store, password, theme_id properties.

There are two sections in the config.yml file:

  • The development section is for your development store.
  • The production section is for your production store.
development:
  store: store-name.myshopify.com
  password: store-admin-api-password
  theme_id: store-theme-id

production:
  store: store-name.myshopify.com
  password: store-admin-api-password
  theme_id: store-theme-id

Store Property

To fill the store property, you copy your store's hostname and paste it to the config.yml file.

Password Property

To fill the password property, please follow these steps:

  1. From your Shopify admin, click Apps.
  2. Near the bottom of the page, click Manage private apps.
  3. If private app development is disabled, then click Enable private app development. Only the store owner can enable private app development.
  4. Click Create new private app.
  5. In the App details section, fill out the app name and your email address.
  6. In the Admin API section, click Show inactive Admin API permissions.
  7. Scroll to the Themes section and select Read and write from the dropdown.
  8. Click Save.
  9. Read the private app confirmation dialog, then click Create app.
  10. In the Admin API section of the App, copy the password and paste it into the config.yml file.

Theme ID Property

To fill the theme_id property, please follow these steps:

  1. From your Shopify admin, click Online Store.
  2. At the top of the Online Store menu, click Themes.
  3. In the Current theme section, click Actions and select Duplicate to backup your current theme.
  4. Next, click the Customize button.
  5. There is a link like this https://store-name.myshopify.com/admin/themes/[theme_id]/editor on your browser's address bar. Copy the theme_id and paste it into the config.yml file.

Development

To develop the theme, you need to follow the Configuration to config the development section in the config.yml file.

Next, run this command to run the development server.

yarn dev

Open https://localhost:8080/?preview_theme_id=[theme_id] with your browser to see the result.

Shopify Theme Check

To follow Shopify Theme best practices, you need to install Shopify Theme Check.

Visual Studio Code Extensions

To speed up your productivity, you can install these extensions:

Production

To deploy the theme, you need to follow the Configuration to config the production section in the config.yml file.

Next, run this command to deploy the theme to your production store.

yarn deploy

Related Projects

  • Next Shopify Storefront • A real-world Shopping Cart built with TypeScript, NextJS, React, Redux, Apollo Client, Shopify Storefront GraphQL API, ... and Material UI.
  • Shopify Theme Customizer • An effective development tool for customizing existing Shopify themes. It's built with Gulp, Theme Kit, Theme Check, BrowserSync, ... and Passion.
  • Shopify Data Faker • A Shopify development tool for generating dummy store data.