1

MEAN.io http://mean.io/#!/ is getting popular for FullStack MEAN framework (Mongo db, Express, Angular JS, Node), Im able to follow instruction and setup MEAN.io so far successfully, now I want to integrate MEAN.io with WebStorm so I can proceed further development in WebStorm.

How can I run MEAN.io project in Webstorm?

Aqib Mumtaz
  • 4,936
  • 1
  • 36
  • 33

1 Answers1

3

Install MEAN.io and setup your project following given instructions: https://github.com/linnovate/mean

Watch Video

Running MEAN.io project in WebStorm:

1- Open your project in Webstorm

2- Run->Edit Configurations to provide Node path, Working directory and JavaScript file "server.js" as following:

enter image description here

3- Save Configurations and Run project

Aqib Mumtaz
  • 4,936
  • 1
  • 36
  • 33