
JetBrains Rider guarantees running and debugging Jest tests only with the react-scripts package. This can be one of the packages forked from react-scripts, for example, react-awesome-scripts, custom-react-scripts, react-scripts-ts, and so on. Specify a custom package to use instead of react-scripts during the project generation.

When creating an application, select the folder where the create-react-app package is stored. Select a configured interpreter from the list or choose Add to configure a new one.įrom the create-react-app list, select npx create-react-app.Īlternatively, for npm version 5.1 and earlier, install the create-react-app package yourself by running npm install -g create-react-app in the Terminal Ctrl+Alt+1. In the Node Interpreter field, specify the Node.js interpreter to use.

Specify the path to the folder where the project-related files will be stored. Select File | New | Project from the main menu or click Create New Project on the Welcome screen. Generating a React application with create-react-app
