Set up Oryx
Edit on GitHubThis document describes how to set up an environment for developing in the Oryx framework. We provide a boilerplate project that helps you quickstart the development. It contains minimum dependencies and configuration to install a standard Oryx application.
Prerequisites
- Node.js or a compatible Javascript runtime
- npm package manager
Install Oryx with the boilerplate project
- Download the boilerplate project and install dependencies:
git clone https://github.com/spryker/composable-frontend && \
cd composable-frontend && \
npm i
- Run the application:
npm run dev
The application gets available at localhost:3000
.
For more information about the boilerplate project, see the boilerplate guide.
Builders and bundlers for Oryx
The recommended build tool for Oryx is Vite. However, Oryx is compatible with a wide variety of build tools, like rollup, parcel or webpack. Since Oryx uses exports in every package to split logical parts to sub-packages, the build tool you choose must support exporting entry points in package.json
.
Packages
Thank you!
For submitting the form