Build Your First Project

In this tutorial, you'll:

  1. Install Product XYZ
  2. Create a new project
  3. Run your first app

Step 1: Install

npm install -g product-xyz

Step 2: Create a project

product-xyz init my-app

Step 3: Start development server

cd my-app
npm run dev

You're now ready to start building!

Built with LogoFlowershow Cloud