There are two most common ways to run projects in WebStorm: Using a run configuration: Create a new configuration, specify the script, parameters and environment variables. Use the shortcut: Highlight the script and press Ctrl Shift F10 (Windows/Linux) or Cmd Shift F10 (Mac).
Run the project in WebStorm
WebStorm is a powerful IDE for developing front-end and Node. js application. There are several ways to run projects in WebStorm. This article will introduce the two most commonly used methods:
Method 1: Use the run configuration
Method 2: Use the shortcut keys
Ctrl
Shift
F10
(Windows/Linux) or Cmd
Shift
F10
(Mac) shortcut key. The project will run with the following configuration by default:
Tip:
package.json
file. The above is the detailed content of How webstorm runs projects. For more information, please follow other related articles on the PHP Chinese website!