We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Start Visual Studio 2012.
Click "New Project..."
In search box type "scalejs" to filter scalejs templates and select "Scalejs MVVM Application"
Give your project a name "HelloWorld" and click "OK". This should create HelloWorld project with scalejs application structure.
Run the project normally by CTRL + F5.
Launch the browser and go to http://localhost:8888. You should see "Hello World!"