[Helppp]How can i create project with Jetbrain webstorm?

How can i create project with Jetbrain webstorm???

I have wrote the author of WebStorm about new project item customization, but they never reply yet.

About create a project in WebStorm:

  1. Please download our engine package.
  2. Copy and rename the template directory to your favorite name, such as “myProject1”
  3. Copy Cocos2d directory to your renamed template directory. Then open that directory by your WebStorm.
  4. Open cocos2d.js file, find “engineDir:‘…/cocos2d/’, change it to engineDir:‘cocos2d/’,
  5. Open index.html file with HTML5 compatible browser to run.

Hi,

Do you need a webserver for this to run or will it run using webstorm’s built in webserver.

I’m struggling to get this to work.

Please help! :slight_smile:

John Cockram wrote:

Hi,
>
Do you need a webserver for this to run or will it run using webstorm’s built in webserver.
>
I’m struggling to get this to work.
>
Please help! :slight_smile:

you don’t have to install a web server. Chrome and Safari both supported offline code.

Hey, John, it is better to have a web server. :slight_smile:

Webstorm has its own web server. I used it now instead of Wamp/Mamp.
It is even easier.
I just started to use Webstorm but so far I love it.