Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dynastymasra/scalatraweb

Simple Web Application Scala with Scalatra Framework Example
https://github.com/dynastymasra/scalatraweb

Last synced: about 1 month ago
JSON representation

Simple Web Application Scala with Scalatra Framework Example

Awesome Lists containing this project

README

        

# ScalatraWeb #

Simple web application example use **Scala** with **Scalatra Framework** and view with **Scala Server Pages**.

## Build & Run ##

```sh
$ cd ScalatraWeb
$ ./sbt
> container:start
> browse
```

If `browse` doesn't launch your browser, manually open [http://localhost:8080/](http://localhost:8080/) in your browser,
use `>container:stop` for stop app.