Quick start

  1. Create new project with all required files
packer init
  1. Add app password and store url to packer.env.json

  2. Create new empty theme on shopify

packer theme:create --name=sample-theme-name
  1. Install packages
yarn install
  1. Deploy files and start working
packer start
caution

For the local server to function properly you must have SSL setup properly. See the docs on HTTPS & SSL.

Development mode

Developers wanting to share an instance of their store with other developers are often confused when they see their store appear broken. Because CSS and JavaScript are being served locally, your theme won’t function on any machine other than the one the Express server is currently running on until your run deploy.