Skip to content
lisovin edited this page Jan 9, 2013 · 9 revisions
  1. Start Visual Studio 2012.

  2. Click "New Project..."

  3. In search box type "scalejs" to filter scalejs templates and select "Scalejs MVVM Application"

  4. Give your project a name "HelloWorld" and click "OK". This should create HelloWorld project with scalejs application structure.

  5. Run the project normally by CTRL + F5.

  6. Launch the browser and go to http://localhost:8888. You should see "Hello World!"

Clone this wiki locally