Quick Start Guide
To get started, run the following command in your terminal:
$ npx @spree/cli new app
You will be asked to provide the name for your project and select configuration options.
You can choose any options, but for the smoothest experience we suggest using the following:
Choose a Spree setup: Spree 4.5 (dockerized) or Spree 4.5 (Hybrid)
Do you want to load the samples?: Yes
Choose a storefront: Vue Storefront
The CLI will then create a new project for you, install all required dependencies and setup sample data. This process may take a few minutes.
Once the installation is complete and the Rails server is up and running, you can access Spree's admin panel and review its configuration.

For further information on the available configuration options, please refer to Spree User Documentation.

Last modified 3mo ago