Getting Started with Liquivelte
Prerequisities:
Have a src
folder
- Once you have your theme setup, also initialize your project as a node project.
npm init -y
Create a
src
folder.Create a
tailwind.config.js
file in project root (optional).Ignore those in
.shopifyignore
like so:
node_modules/**
src/**
package.json
tailwind.config.js