Skip to content

Commit

Permalink
feat(docs): client module development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bkapustik committed Oct 7, 2024
1 parent 9c1f65e commit 40a8ca5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/Contributing-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ To run the example project Admin customization in development mode, add the foll
}
```

The Xperience web application requests client modules from a webpack dev server that runs parallel to the Xperience application.

Changes to client code are immediately integrated and don’t require a restart or rebuild of the web application.

Before you start developing, the webpack server needs to be manually started by running

```bash
npm run start
```
from the root of the module folder, in our case in the `/src/Kentico.Xperience.Lucene.Admin/Client` folder.

## Development Workflow

### Prepare your Git branch and commits
Expand Down

0 comments on commit 40a8ca5

Please sign in to comment.