create_react_app

Run Create React App in a specified directory to set up a new React application

Arguments

NameTypeDescriptionRequired

path_to_directory

string

Path to the directory

Returns

TypeDescription

string

Path to the directory

Example

- name: create_react_app
  arguments:
    path_to_directory: <path_to_directory>

Last updated