Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to start JavaScript project using WebStorm? [closed]

Im new to JavaScript and am ready to start developing my first application.

I have downloaded WebStorm as my IDE and I am confused on how to set things up so I can start coding. Specifically, can someone walk me through how to begin a project and what steps I must take to be able to code and 'see' a simple "Hello World!" application using webstorm? That would definitely get me going.

like image 557
Mike P Avatar asked Oct 21 '22 08:10

Mike P


1 Answers

Have you read the Webstorm quickstart page? It goes over several of the points that you've requested; specifically: Start a Project from Scratch, View Your Changes Instantly, Run and Debug Your Application, among other very helpful topics.

like image 62
filoxo Avatar answered Oct 23 '22 03:10

filoxo