GoLand 2019.1 Help

React app

Before you create a React App project, install the Node.js interpreter. You can download the Node.js interpreter from the official site.

  1. Select File | New | Project.

  2. In the New Project dialog, click React App.

  3. In the Location field, specify the path to your project. Ensure that the project name does not include capital letters (a restriction for npm packages, read more at https://www.npmjs.com).

  4. From the Node interpreter list, select the node interpreter or specify a path to the Node.js location.

  5. Click Create.

Create the React app project
Last modified: 17 May 2019