Skip to main content

Quickstart

Saleor Cloud

Before you continue, make sure you went through:

Storefront

info

Saleor hosts a demo shop to showcase all the main features of the platform. You can access it at demo.saleor.io.

The underlying technology of the demo shop is saleor/react-storefront. It was built using Next.js, TypeScript and Tailwind CSS.

To spawn a fully-featured storefront connected to your Saleor project, run the following command using Saleor CLI:

saleor storefront create

Starter

To set up a minimalistic Next.js & TypeScript boilerplate that only implements the basic features of Saleor, clone the saleor-next-starter repository:

git clone https://github.com/saleor/saleor-next-starter.git

Self-hosted

Before you continue, make sure you have installed:

Saleor Platform

If you want to run Saleor API along with all the major applications locally, you can use saleor-platform.

You can clone it like so:

git clone https://github.com/saleor/saleor-platform.git --recursive --jobs 3

To complete the setup, follow the instructions in the README file.


Was this page helpful?