CrystallizeAPI / dounut-svelte

Home Page:https://dounut-svelte.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SvelteKit Crystallize boilerplate

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.

Getting started

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

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

Deploying

The simplest way to deploy is to use Vercel. Just connect your GitHub repo to Vercel and deployments are happening automatically on every push.

Further reading

Check out the blogpost for a bit more details on the boilerplate.

About

https://dounut-svelte.vercel.app

License:MIT License


Languages

Language:Svelte 73.8%Language:JavaScript 24.3%Language:HTML 1.7%Language:CSS 0.2%