https://github.com/note/xml-lens-scala-js-example
xml-lens sample project in Scala.js
https://github.com/note/xml-lens-scala-js-example
Last synced: 8 months ago
JSON representation
xml-lens sample project in Scala.js
- Host: GitHub
- URL: https://github.com/note/xml-lens-scala-js-example
- Owner: note
- Created: 2018-05-13T22:28:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T20:31:04.000Z (about 8 years ago)
- Last Synced: 2025-01-12T09:27:07.063Z (over 1 year ago)
- Language: Scala
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## xml-lens example project in Scala.js
This is a sample [xml-lens](https://github.com/note/xml-lens) project written in Scala.js.
### How to run
To build the project run:
```
sbt fastOptJS::webpack
```
After the command completed successfully you can view the result by opening
`target/scala-2.12/classes/index-dev.html` in the browser.