Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jrudolph/scala-symbol-browser

A web interface into Scala compiler's symbol table
https://github.com/jrudolph/scala-symbol-browser

Last synced: 25 days ago
JSON representation

A web interface into Scala compiler's symbol table

Awesome Lists containing this project

README

        

Install Java, Simple Build Tool, and Git

Clone this repository with:

git clone git://github.com/lift/lift_21_sbt.git

Then cd into lift_sbt_prototype and type:
sbt

At the sbt prompt, type:
update

Then:
jetty-run

Point your browser to:
http://localhost:8080/

Voila a running Lift app