Skip to content

LukaszFormela/Shopify-Local-Dev-Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify-Local-Dev-Environment

Local setup for Shopify Theme development (work in progress)

Requirements

Goals

Theme kit will automatically deploy all theme files to Shopify directly, allowing you to preview live changes. Gulp will watch for changes in local files, then process them and move to directory observed by theme kit.

How to start

  1. Create and navigate to empty directory (root directory)
    • either download and extract this repo in root directory,
    • or clone this repo in root directory,
  2. Obtain your Shopify API credentials
  3. Navigate to src directory and run the following command:
theme new --password=[your-password] --store=[your-store.myshopify.com] --name=[theme name]
  1. Move config.yml file from src to dist directory
  2. In root directory run npm install command
  3. Navigate to src directory and run gulp commmand, leave it running
  4. Open additional command line tool instance, navigate to dist directory and run theme watch command, leave it running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors