https://github.com/joshistoast/fresh-theme
An experimental Shopify theme using modern technologies and practices. Password: fresh-theme
https://github.com/joshistoast/fresh-theme
liquid nodejs shopify shopify-theme tailwind
Last synced: about 1 year ago
JSON representation
An experimental Shopify theme using modern technologies and practices. Password: fresh-theme
- Host: GitHub
- URL: https://github.com/joshistoast/fresh-theme
- Owner: joshistoast
- License: mit
- Created: 2024-05-22T18:49:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T17:07:18.000Z (about 2 years ago)
- Last Synced: 2025-04-13T22:53:52.377Z (about 1 year ago)
- Topics: liquid, nodejs, shopify, shopify-theme, tailwind
- Language: CSS
- Homepage: https://build-step-test.myshopify.com
- Size: 55.7 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fresh Theme
This is a Shopify Theme I use to experiment with modern web technologies and practices. It is a work in progress and is not intended for production use.
## Features
- **Vite** for fast development and optimized production builds.
- **Tailwind CSS** for utility-first styling.
- **PWA** support for app-like experience.
- **Liquid** for Shopify theme development.
## Notable experiments
- By embedding the pwa manifest into the html via a snippet, we can access more shop and branding data than we could with a static manifest.json.liquid file.
- Within the tailwind config, we can dynamically create a new set of color classes for each color scheme to be used amongst sections. A demo for this is available in the preview of the theme.