Re-name quickstart-react bootstrap

How do I rename the Quickstart-ReactJs scaffolding with my own project name?

I’m using this terminal cmd: npx @mondaydotcomorg/monday-cli scaffold run ./ quickstart-react
and when I rename quickstart-react to my-app I get an error that says "Cannot find project my-app.

  1. Run the command as it is. The ‘quickstart’ is a reference to this folder so it is necessary to keep the name as it is when running the command.
  2. After the packages have finished installing and the project has been created, you can rename the project to your preferred name.

That worked - thank you! I must have missed that somewhere in the instructions.

Happy to have helped. :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.