Running npm Scripts
Easily run npm scripts located in your package.json file in a WebStorm tool window.

3 ways to run npm scripts in WebStorm:
- Clicking the icon next to the script name in
package.json
- From the npm tool window below the project view
- Using the Run npm task action (Alt+F11)
And, of course, you can still use the built-in terminal.