Reputation: 18038
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
Reputation: 402553
PhpStorm supports Node.js running and debugging, install the Node.js plug-in from Settings
(Preferences
on Mac) | Plugins
.
Upvotes: 1