Webstorm IDE missing Node.js Boiler type Project type

So, I just got a web storm specifically for training and development using node.js. It seems that all the documentation for Webstorm points to an existing type of project consisting of a node.js template without all web configurations, etc. I would like to use this template template, not an express template that has a bunch of web crap and junk files in it. When you download the application and select the type of project, only the express template is displayed.

Their documentation and examples list the templates as such: information

They also list it here: documentation

With the repo link to the template here: template

I would like to know how can I include this type of project in a web storm?

(Web Storm 8 v8.0.2 is currently running)

+2
javascript templates webstorm
source share

No one has answered this question yet.

See similar questions:

7
NodeJS Project Types Missing in WebStorm
0
I cannot create a new node.js project with webstorm 9.0.1

or similar:

2237
How to pass command line arguments to Node.js?
2201
How to decide when to use Node.js?
1648
How to quit Node.js
1517
How to debug Node.js applications?
1500
Writing Files to Node.js
1388
What is the purpose of Node.js module.exports and how do you use it?
1264
How to get started with Node.js
1116
Reading environment variables in Node.js
1045
Check synchronously if file / directory exists in Node.js
890
How to parse JSON using Node.js?

All Articles