Aqib Mumtaz
Aqib Mumtaz

Reputation: 5064

MEAN.io setup with WebStorm

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

Answers (1)

Aqib Mumtaz
Aqib Mumtaz

Reputation: 5064

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

Upvotes: 3

Related Questions