Skip to content

katrinsharp/scalajs-rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a8511c3 · Aug 18, 2015

History

43 Commits
Aug 13, 2015
Aug 8, 2015
Aug 13, 2015
Aug 5, 2015
Aug 1, 2015
Aug 5, 2015
Aug 18, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 15, 2015

Repository files navigation

Scala.js Really Practical Guide

Please checkout https://github.com/katrinsharp/scalajs-rpg/wiki for explanation about the steps of the tutorial.

How to run the final result - master branch:

How to run this thing in DEV:

You need to open 2 consoles:

1. sbt ~fastOptJS
2. 
  a. sbt
  b. crossJVM/run

Now you can open index-fastOpt.html from root directory in your web browser

How to create a release version for your client side:

1. sbt
  a. fullOptJS
  b. project crossJS
  c. releaseJs

Now you can open index.html from root directory in your web browser

You will still have to run your server as noted in prevous note.