Back to plugins & integrations

Angular Storefront icon

Angular Storefront

A full-featured storefront starter built with Angular

Integration type

Core
Core open-source plugins built by the Vendure team

Category

Storefront
README.md

Live demo

angular-storefront.vendure.io

Getting Started

Clone the starter kit

git clone git@github.com:vendure-ecommerce/storefront-angular-starter.git --depth 1

Install the dependencies

yarn install

Ensure you have a local Vendure server running at http://localhost:3000.

Run the storefront with the Angular dev server

yarn start

Complete documentation can be found in the Github repo.