Skip to content

jaredkc/shopify-starter-theme

Repository files navigation

Shopify Starter Theme

A Shopify 2.0 starter theme that focuses on performance, user experience, and simplicity.

Note: This is a work in progress. An archive for the Shopify 1.0 starter theme is available in the 1.0-theme-archive branch.

Development

Prerequisites: Install Node (NPM used for TailwindCSS) and Shopify CLI

  1. Clone this repository and cd into the project directory.

  2. Run npm install to install dependencies.

  3. Run shopify theme dev to start a local development. This uploads the current theme to a store so you can preview it. The first time you run Shopify CLI, or anytime you switch stores, you must pass the --store parameter.

    shopify theme dev --store=mystore.myshopify.com
  4. In another terminal window, run npm run dev to build TailwindCSS styles. Before deploying to production, run npm run build to minify and optimize TailwindCSS styles.

References for Shopify theme development:

  1. Getting started with Shopify CLI
  2. Shopify CLI commands for themes
  3. Be familiar with the directory structure of a Shopify theme.

About

A simple Shopify starter theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published