PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Node.js with Docker

Last modified: 18 October 2022

Available only in PyCharm Professional: download to try or compare editions

Required plugins:

Javascript and TypeScript, Node.js, Node.js Remote Interpreter, Docker -  The plugins are available only in PyCharm Professional, where they are enabled by default.

See Before you start below.

With Docker, you can quickly bootstrap your Node.js application to run, debug, and profile it from PyCharm. The IDE will take care of the initial configuration by automatically creating a new Dockerfile, building and running an image, syncing your source code, and installing npm dependencies in the container.

You can find some examples at Quick Tour of WebStorm and Docker.