/storefront
is a SvelteKit project that uses /server
the Vendure e-commerce framework as a back-end.
To get started:
cd
into server
and run yarn install
or pnpm install
.yarn start
or pnpm run start
to start the server.cd
into the /storefront
directory and run yarn install
or pnpm install
.cp .env.example .env
yarn dev
or pnpm run dev