Real Dreams
Real Dreams

Reputation: 18038

Running (Executing) EcmaScript in phpStorm

Is there any way to run Ecmascript (JS without DOM) scripts locally in PhpStorm and see result in console? (Without running a browser)

Upvotes: 0

Views: 105

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402553

PhpStorm supports Node.js running and debugging, install the Node.js plug-in from Settings (Preferences on Mac) | Plugins.

Upvotes: 1

Related Questions