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

Node.js with Docker Compose

Last modified: 09 August 2022

Required plugins:

JavaScript and TypeScript, JavaScript Debugger, Docker -  The plugins are bundled with RubyMine and enabled by default.

Node.js, Node.js Remote Interpreter -  Install the plugins on the Settings/Preferences | Plugins page, tab Marketplace.

See Before you start below.

Docker Compose is used to run multi-container applications. For example, you can run a web server, a backend database, and your application code as separate services. Each service can be scaled by adding more containers if necessary. This enables you to perform efficient development and testing in a dynamic environment, similar to production.