Skip to main content

Tutorial Intro


Let's discover Storeflow in less than 5 minutes.

Getting Started

Get started by opening any code editor.

Or download VS Code from here.

What you'll need

  • Node.js version 18.0 or above:
    • When installing Node.js, you are recommended to check all checkboxes related to dependencies.
  • Git to download the project.

Get the project template

Download the project folder using git.

The package will automatically be added to your project after you run the command:

git clone https://github.com/aymanbazyan/spring-hardware-nextjs

You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

This command also installs all necessary dependencies you need to run Storeflow.

npm init
npm i

Last updated on June 12, 2025 by Ayman.