Using Webstorm with Parse.com
I'm completely new to web development including webstorm, but I do know game development, and through that I've used Parse.com a number of times with iOS games. I know Parse has a JS SDK, but how would I use that with WebStorm? the whole webserver is a bit unclear to me, does the webserver with WebStorm automatically kick in for anything you publish? or can you turn it off? do I have to turn it off to work online with the Parse SDK?
Thanks for any help.
Please sign in to leave a comment.
Hello!
you need to download the javascript SDK (parse-1.2.17.js) and configure it as a javascript library in WebStorm (Settings/javaScript/Libraries, Add...)
You don't have to use the built-in server if you don't need it. Just configure your own web server is settings/deployment, like it's shown in http://wiki.jetbrains.net/intellij/Remote_JavaScript_debugging_with_WebStorm_and_PHPStorm#Configuring_access_to_the_Web_server