Saleor Quickstart
Saleor Cloud​
Before you continue, make sure you went through:
Storefront​
The underlying technology is saleor/storefront. It was built using Next.js with App Router, TypeScript, and Tailwind CSS.
To get a fully-featured storefront connected to your Saleor project, clone the saleor/storefront repository and follow the setup instructions in its README.
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.