Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

2. Create a new Slate project

Thomas Kelly edited this page May 14, 2018 · 1 revision

Creating a new Slate project is as simple as running a single command. We recommend using either yarn create or npx to create a new Slate project:

yarn create slate-theme my-new-theme

or

npx create-slate-theme my-new-theme

Note: The default Slate theme is generated from Shopify/starter-theme; Shopify's opinionated starting point for developing Shopify themes. However, you're not forced to create a new project with Shopify's own starting point. See custom starter themes for more information on how you can generate a new project from other sources or contributing your own to the community!


Next: Connect to your store