Skip to content

Commit de3d66b

Browse files
readme
1 parent f96673a commit de3d66b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Paths.scala.js Demo application
2+
=========================
3+
4+
This is an application to demonstrate the use of [Paths.scala.js](https://github.com/andreaferretti/paths-scala-js) with [Scalajs-React](https://github.com/japgolly/scalajs-react) to create interactive SVG graphics.
5+
6+
Running
7+
=======
8+
9+
The development version can be obtained with
10+
11+
sbt ~fastOptJS
12+
13+
and then opening `index-dev-html`. A production version is obtained with
14+
15+
sbt fullOptJS
16+
17+
and then opening `index.html`.

0 commit comments

Comments
 (0)