The product storytelling boilerplate is a minimal eCommerce boilerplate built using SvelteKit, Houdini, Tailwind and Crystallize. You can also check out the live demo of this boilerplate.
To get started clone this GitHub repository. Then install the required packages by running the following command:
git clone https://github.com/CrystallizeAPI/dounut-svelte
npm install
Running the project locally in development mode is done by running following command. Optionally the second if you want to open the browser the with the App directly.
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
The simplest way to deploy is to use Vercel. Just connect your GitHub repo to Vercel and deployments are happening automatically on every push.
Check out the blogpost for a bit more details on the boilerplate.