Options

Usage

Please create a new json file called .hayde.json in your project root. This file will be used to configure the Hayde.

Example

Please check the example below to see how to configure the Hayde or you can check the example file in this repository. You can also find examples in the examples folder.

{
  "plugins": [
    "general",
    {
      "name": "css",
      "options": {
        "cssModuleSupport": true,
        "sassSupport": false
      }
    },
    "reactJS",
    "materialUI",
    "chakraUI"
  ]
}

Options

Please check Features Folder for more information about the options.

Last updated