Welcome to Frontic
This guide will walk you through setting up your first Frontic project. By the end, you'll have a working storefront ready for customization.
Prerequisites
Before you begin, make sure you have:
- Node.js 18+ installed
- A Shopify or other commerce backend
- Basic familiarity with Vue.js
Step 1: Create Your Project
npx create-frontic-app my-store
cd my-store
npm install
Step 2: Configure Your Backend
Connect your commerce platform by adding your API credentials to the configuration file.
Step 3: Start Development
npm run dev
Your storefront is now running at http://localhost:3000.
Next Steps
Explore our other guides to learn about customization, deployment, and advanced features.