Skip to content

Latest commit

 

History

History

preset-react

@solana-developers/preset-react

This library is a preset for create-solana-dapp that adds React support to your project.

Supported generators

react-application

>  NX   generate @solana-developers/preset-react:react-application [name] [options,...]

From:  @solana-developers/preset-react (v0.0.1)
Name:  react-application (aliases: application, preset)

  Generates a React application.

Options:
    --name          Name of the application                             [string]
    --anchor        Anchor template to use            [string] [choices: "none",
                                                       "counter", "hello-world"]
                                                            [default: "counter"]
    --anchorName    Anchor project name             [string] [default: "anchor"]
    --port          Port to run the application on      [number] [default: 3000]
    --ui            The UI library to use             [string] [choices: "none",
                                                           "tailwind"] [default:
                                                                     "tailwind"]
    --webName       Name of the web application                         [string]
                    (overrides name)
    --skipFormat    Skip formatting files                              [boolean]

react-template

>  NX   generate @solana-developers/preset-react:react-template [name] [options,...]

From:  @solana-developers/preset-react (v0.0.1)
Name:  react-template (aliases: template)

  Generate React templates

Options:
    --directory                                                        [string]
    --name                                                             [string]
    --npmScope         The npm scope to use                            [string]
    --template         The template to use                   [string] [choices:
                                                      "anchor-counter", "base",
                                                     "none", "solana-provider",
                                                                    "tailwind"]
    --webName          Name of the web application                     [string]
                       (overrides name)
    --anchor           Anchor template to use        [string] [choices: "none",
                                                      "counter", "hello-world"]
                                                              [default: "none"]
    --anchorName       Anchor project name         [string] [default: "anchor"]
    --licenseAuthor    The author to use in the                        [string]
                       license
    --preset           The preset to use             [string] [choices: "next",
                                                                       "react"]

More information