๐๏ธ Installation
This guide will help you get started with Front-Commerce by installing it.
๐๏ธ Editor setup
Configure your editor to work with Front-Commerce
๐๏ธ Your first route
Create your first route to display a static content
๐๏ธ Loading data from unified GraphQL schema
Explore how to retrieve dynamic data from your application's unified GraphQL schema in a Front-Commerce route using Remix. This guide delves into the practical aspects of querying and managing data through GraphQL, demonstrating the setup, execution, and optimization of data requests. Understand the synergistic relationship between Front-Commerce and Remix, with a focus on leveraging GraphQL for efficient data handling and page rendering.
๐๏ธ Your first test ๐งช
In Front-Commerce v3.4, we introduced a new way to test your application using `vitest`. This guide will help you to create your first test to ensure your application is working as expected.