Reputation: 5064
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?
Upvotes: 1
Views: 1628
Reputation: 5064
Install MEAN.io and setup your project following given instructions: https://github.com/linnovate/mean
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:
3- Save Configurations and Run project
Upvotes: 3