Skip to content
lisovin edited this page Jan 9, 2013 · 9 revisions
  1. Make sure all prerequisites are installed (see https://github.com/lisovin/scalejs/blob/master/README.md)

  2. Start Visual Studio 2012.

  3. Click "New Project..."

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

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

  6. Run the project normally by CTRL + F5.

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

Clone this wiki locally