Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dynastymasra/scalatraweb
- Owner: dynastymasra
- Created: 2015-01-07T07:12:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T10:27:19.000Z (almost 10 years ago)
- Last Synced: 2023-03-14T08:10:27.027Z (almost 2 years ago)
- Language: Shell
- Size: 578 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.