IntelliJ IDEA 2018.1 Help

New Project: Meteor Application

File | New | Project

Welcome Screen | Create New Project

The right-hand pane of the Project Category and Options dialog box looks as follows when you choose Static Web in the left-hand pane and then choose Meteor App from the list in the right-hand pane.

The feature is supported only in the Ultimate edition when the Meteor plugin is installed and enabled. The plugin is not bundled with IntelliJ IDEA, but it can be installed from the JetBrains plugin repository as described in Installing, Updating and Uninstalling Repository Plugins and Enabling and Disabling Plugins.

ItemDescription
Project Name In this text box, specify the name of the project, by default it is the name of the folder specified in the location field.
Project Location In this text box, specify the path to the project folder where the project-related files will be stored.
Meteor In this text box, specify the location of the Meteor executable file (see Installing Meteor).
Template From this drop-down list, choose the sample to generate. To have a basic project structure generated, choose the Default option.
Filename In this text box, type the name for the mutually related .js, .html, and .css files that will be generated. The text box is available only if the Default sample type is selected from the Template drop-dow list.
Last modified: 24 July 2018

See Also