An open API service indexing awesome lists of open source software.

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

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.