-
Notifications
You must be signed in to change notification settings - Fork 4
Quick Start
lisovin edited this page Jan 9, 2013
·
9 revisions
-
Make sure all prerequisites are installed (see https://github.com/lisovin/scalejs/blob/master/README.md)
-
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!"