Shopify CLI Initial Settings

  1. Install Node JS v16.13.0
  2. Install NPM 7.11.1
  3. RUN: gem -v to check is Ruby Installed
  4. Download Ruby: rubyinstaller.org/downloads/ (Ruby+DevKit)
  5. RUN: gem install shopify-cli
  6. RUN: shopify version
  7. RUN: shopify theme init Elizabeth  --clone-url https://github.com/bbbpppolly/Elizabeth_Clean.git
  8. RUN: shopify login --store https://ivanturnovski.myshopify.com/admin
  9. RUN: shopify whoami
  10. RUN: shopify theme serve
  11. RUN: npm init -y (to create package.json)
  12. RUN: npm install -D tailwindcss postcss autoprefixer (to install the dev dependencies)
  13. npx tailwind init
  14. npx tailwindcss -i ./src/tailwind.css -o ./assets/application.css

 

Important None: The Changes made in Customizer are not reflecting locally.

1. Suggestion: Connect to Github repository

2. Make Changes from Customizer

3. git pull origin main

 

 

0 comments

Leave a comment