oryx-frontend / oryx

MIT License
8 stars 5 forks source link

Oryx

CI Checks Oryx component dev env status Composable storefront dev env status
CI checks Oryx component dev env status Composable storefront dev env status

Oryx is a framework for building composable storefronts, providing a rich library of components, a render engine, and a design system. It is based on web components and vanilla JavaScript (Typescript), allowing integration into any web framework. Oryx easily integrates with API via adapters (mock adapters by default), and provides an out-of-the-box Spryker Glue API support.

Key Characteristics

Platform Features

Business Features

Installation

  1. Install dependencies:

npm i

  1. Run the application in development mode:

npm run dev

The application gets available at localhost:3000, or the next available port on your machine.

Set up a new Oryx app

  1. Create Oryx app

npm init oryx

  1. Run the Oryx app in development mode:

npm run dev

Further Documentation

Oryx Documentation