-
On the main menu, choose .
Tip
Alternatively, click the New Project button on the Welcome screen.
- In the Create New Project dialog box that opens, specify the project name and location.
-
Choose the template to use depending on your preferences and the functionality to be implemented in your application.
From the Project type drop-down list, choose one of the following items:
-
HTML5 Boilerplate: choose this option to use the HTML5 Boilerplate
template.
This is a starting project template that can be easily adapted to your needs.
-
Twitter Bootstrap: choose this option to use the Twitter Bootstrap
template,
which is an elaborate modular toolkit with rich HTML, CSS, and JavaScript support.
-
Foundation: choose this option to use the Foundation
framework.
-
HTML5 Boilerplate: choose this option to use the HTML5 Boilerplate
- Click OK, when ready.
- In the dialog box, that opens, choose the template version to use and click the Create button.
-
On the main menu, choose .
Tip
Alternatively, click the New Project button on the Welcome screen.
- In the Create New Project dialog box that opens, specify the project name and location.
- From the Project type drop-down list, choose Node.js Express App.
-
In the Express App Project Settings dialog box, that opens, specify the following:
- The location of the Node.js executable file node.exe.
-
The location of the Node.js package manager
file npm.cmd.
-
To have Express sessions supported
,
select the Add session support check box.
-
Specify the Express template engine
to use.
From the Template engine drop-down list, choose one of the following:
- Specify the CSS engine to use. From the CSS engine drop-down list, choose one of the following:
- Click OK, when ready. WebStorm launches the Express Project Generator tool that downloads all the required data, sets up the project structure, and opens the project either in the current window or in a new one, depending on your choice.
-
On the main menu, choose .
Tip
Alternatively, click the New Project button on the Welcome screen.
- In the Create New Project dialog box that opens, specify the project name and location.
- From the Project type drop-down list, choose Dart Web Application.
- In the Dart Web Application dialog box that opens, specify the location of the Dart SDK. Click OK when ready.
-
On the main menu, choose .
Tip
Alternatively, click the New Project button on the Welcome screen.
- In the Create New Project dialog box that opens, specify the project name and location.
- From the Project type drop-down list, choose Composer Project. The Composer Project Dialog opens.
-
Appoint the Composer instance to use.
- To use commands from a previously downloaded composer.phar, choose Use existing composer.phar: and specify it location in the text box.
- To have a new instance of Composer downloaded, choose Download composer.phar from getcomposer.org:. The composer.phar file will be saved under the project root folder specified in the Create New Project dialog.
- In the Package area, specify the package to install during the project creation. Select the package to add from the Available Packages list, possibly using the search field, and choose the relevant version from the Version to install drop-down list.
