Search code examples
node.jswebstormloopbackjs

How to create a NodeJS + LoopBack Application using WebStorm?


I am using WebStorm v 9.0.3. I would like to create a Strongloop/Loopback Application + NodeJS Application. Is there a way to create it directly through WebStorm IDE or should we manually do it using commandline.

Currently I can see only NodeJS Express App provision during project creation in WebStorm.

I am using Ubuntu 14.04 LTS System.

Kindly help me do it.


Solution

  • Use the command slc loopback and follow the menus with what you need. Then just drag the folder to webstorm.

    For creating the models it is easy with the terminal too. Every model or stuff you create it will be reflected in WebStorm then you can easily edit there.

    For running also it is easy with the command slc run.

    There is no way with WebStorm IDE. At least yet...