Skip to content

TobitSoftware/chayns-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Heiner Pöpping
Jan 20, 2025
ff5569b · Jan 20, 2025
Jan 10, 2025
Jul 23, 2021
Jul 23, 2021
Jul 26, 2021
Feb 9, 2022
Jan 11, 2025
Oct 14, 2024
Jan 20, 2025
Jan 20, 2025
Jan 5, 2021
Nov 29, 2021
Jan 11, 2025
Nov 15, 2022
May 18, 2022
Apr 7, 2021
Nov 11, 2024
Jul 23, 2021
Jan 20, 2025
Jan 20, 2025
Jan 11, 2025
Jan 11, 2025

Repository files navigation

A zero-config toolchain for developing chayns® apps.


chayns-toolkit contains pre-configured tools for the development, publishing and quality assurance of your app. It was created to simplify the development experience when working with React.

This toolchain is specialized in developing apps and plugins for the chayns® platform. If you want to develop a general purpose web app, take a look at Next.js.


❯ Getting Started

For the easiest way to start a new chayns® project with chayns-toolkit check out create-chayns-app.


❯ Documentation

Visit https://tobitsoftware.github.io/chayns-toolkit/ to view the full documentation.


❯ Migration v2 to v3

The chayns-toolkit moved RsBuild instead of webpack in this version. This means customizing the config has changed significantly.

  • output.apiVersion has been removed
  • remoteEntry.js has been renamed to v2.remoteEntry.js
  • output.serverSideRendering has been added. This creates a build to use for modules in SSR.
    • Creates two subdirectories in build directory for client- and server-build.
  • dotenv-Files will be automatically loaded now depending on the current NODE_ENV/BUILD_ENV
    • Only variables which start with PUBLIC_ are passed to the javascript context. Other variables are only available in the toolkit.config.js to customize the config
  • Not defined environment-variables are not replaced by RsBuild which can cause errors (webpack replaced them with empty string)
  • output.entryPoints has been added and changes how to configure the entry points of the application https://tobitsoftware.github.io/chayns-toolkit/docs/configuration/output

❯ Contributing

Please see our contributing document.



Project created by Leo Driesch at Tobit.Software.

Tobit.Software homepage    Tobit.Software on GitHub