Back to News
Product Update
1 min read

Getting Started with Frontic - A Complete Beginner's Guide

Learn how to set up your first Frontic project from scratch. This guide covers everything from installation to deployment.

Getting Started with Frontic - A Complete Beginner's Guide

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.

Share this article