/composable-frontend

Custom Composable Storefront

Primary LanguageTypeScript

Composable frontend

This is a minimal example of composable frontend application based on Oryx framework.

Installation

To install application you just need to install npm dependencies:

npm i

Run application

To run application:

npm run dev

Application will be available on localhost:3000 by default.

Build

npm run build