Skip to content

ochrons/scalajs-spa-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

900e66b · Oct 10, 2017
Jun 27, 2017
Oct 10, 2017
Sep 17, 2017
Nov 7, 2016
Jun 20, 2016
Nov 7, 2016
Nov 7, 2016
Jul 3, 2017
Feb 6, 2015
Jul 3, 2017
Jun 27, 2017
Nov 25, 2015

Repository files navigation

Scala.js SPA-tutorial

Gitter Scala.js

Tutorial for creating a simple (but potentially complex!) Single Page Application with Scala.js and Play.

Purpose

This project demonstrates typical design patterns and practices for developing SPAs with Scala.js with special focus on building a complete application. It started as a way to learn more about Scala.js and related libraries, but then I decided to make it more tutorial-like for the greater good :)

The code covers typical aspects of building a SPA using Scala.js but it doesn't try to be an all-encompassing example for all the things possible with Scala.js. Before going through this tutorial, it would be helpful if you already know the basics of Scala.js and have read through the official Scala.js tutorial and the great e-book Hands-on Scala.js by Li Haoyi (@lihaoyi).

Documentation

Tutorial documentation is now presented as a GitBook.

日本語を話せますか?Scala.js is Big in Japan, so I'm looking for help to translate the tutorial documentation into Japanese. Contact me on twitter (@ochrons) or via email ([email protected]) if you're interested! お願いします!

Scala IDE users

If you are using Scala IDE, you need to set additional settings to get your Eclipse project exported from SBT.

set EclipseKeys.skipParents in ThisBuild := false
eclipse

About

Tutorial for creating a simple Single Page Application in ScalaJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages