Skip to content
On this page

Getting Started with Liquivelte

Prerequisities:

Have a src folder

  1. Once you have your theme setup, also initialize your project as a node project.
npm init -y
  1. Create a src folder.

  2. Create a tailwind.config.js file in project root (optional).

  3. Ignore those in .shopifyignore like so:

node_modules/**
src/**
package.json
tailwind.config.js