Skip to content

Commit

Permalink
Merge pull request #2352 from spryker/docs/oryx-boilderplate-rename
Browse files Browse the repository at this point in the history
oryx: rename boilerplate urls
  • Loading branch information
andriitserkovnyi committed Nov 28, 2023
2 parents 1fe6e3e + 3d0d4b0 commit 60cb433
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ redirect_from:

Boilerplate refers to the _template_ code that is used to generate application code which can be further customized. At first sight, changing boilerplate is convenient as the code is at hand, generated in your project repository. However, when upgrading to newer versions of the original code, it becomes challenging. If you customized the boilerplate code and want to reapply a new version of the boilerplate, you have to merge the customizations with the new version during every update. This is a time-consuming and error-prone process that can slow down your development process and increase the risk of bugs.

The Oryx boilerplate is provided in the [Composable Frontend repository](https://github.com/spryker/composable-frontend).
The Oryx boilerplate is provided in the [Composable Frontend repository](https://github.com/spryker/oryx-starter).

## How we prevent boilerplate code

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ redirect_from:
- /docs/scos/dev/front-end-development/202311.0/oryx/set-up-oryx.html
---

This document describes how to set up an environment for developing in the Oryx framework. We provide a [boilerplate project](https://github.com/spryker/composable-frontend) that helps you quickstart the development. It contains minimum dependencies and configuration to install a standard Oryx application.
This document describes how to set up an environment for developing in the Oryx framework. We provide a [boilerplate project](https://github.com/spryker/oryx-starter) that helps you quickstart the development. It contains minimum dependencies and configuration to install a standard Oryx application.

## Prerequisites

Expand All @@ -19,8 +19,8 @@ This document describes how to set up an environment for developing in the Oryx
1. Download the boilerplate project and install dependencies:

```shell
git clone https://github.com/spryker/composable-frontend && \
cd composable-frontend && \
git clone https://github.com/spryker/oryx-starter && \
cd oryx-starter && \
npm i
```

Expand Down

0 comments on commit 60cb433

Please sign in to comment.