Skip to main content

Running Dev Environment

**NOTE:** Make sure you have already setup your workspace.

Development Actions / Workflow

When working on the materials marketing site, you will want to run a SPLIT Terminal in VS Code. You will want to run the following:

Runs your Theme Kit Watch Command

// Terminal 1

cd shopify_dist
theme watch

Runs webpack and moves all SRC files into the correct folders in shopify_dist

// Terminal 2

npm run dev