Overview:
The Astro starter theme is designed to build a headless ecommerce website with Shopify. It is built with Svelte, but can be used with any framework due to Astro. The theme uses free components from Tailwind UI for its design.
Features:
- Built with Svelte, but can be used with any framework.
- Utilizes free components from Tailwind UI for design.
- Provides a starting point for building a headless ecommerce website with Shopify.
Installation:
To install the Astro starter theme, follow these steps:
- Create a
.env
file based on.env.example
and add your Shopify store URL, public access token, and private access token. - Use the credentials in the
/utils/config.ts
file and update the API version. - Run
npm install
oryarn
orpnpm install
. - Run
npm run dev
oryarn run dev
orpnpm run dev
.
Summary:
The Astro starter theme is a versatile option for building a headless ecommerce website with Shopify. It offers the flexibility to use different frameworks and incorporates free components for design. The installation process is straightforward and can be accomplished with a few simple steps.