Angular Storefront
A full-featured storefront starter built with Angular
CategoryStorefront
No documentation available.
Documentation
Live demo
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.
