We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit ed4602fCopy full SHA for ed4602f
.gitignore
@@ -0,0 +1,7 @@
1
+# sbt target folders
2
+target/
3
+
4
+# eclipse project files
5
+/.settings
6
+/.classpath
7
+/.project
README.md
@@ -0,0 +1,3 @@
+# The Scala.js tutorial
+This repository contains the code accompanying the [Scala.js tutorial](http://www.scala-js.org/doc/tutorial.html)
0 commit comments