Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casualjim/scalatra-samples
Samples for the presentation at kixeye
https://github.com/casualjim/scalatra-samples
Last synced: 20 days ago
JSON representation
Samples for the presentation at kixeye
- Host: GitHub
- URL: https://github.com/casualjim/scalatra-samples
- Owner: casualjim
- Created: 2012-12-06T00:51:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-06T01:36:59.000Z (almost 12 years ago)
- Last Synced: 2024-10-06T05:01:58.080Z (about 1 month ago)
- Language: JavaScript
- Size: 789 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloScalatra #
The samples to go with the presentation @ KIXEYE, 5 dec 2012
## Build & Run ##
```sh
$ cd scalatra-samples
$ ./sbt
> container:start
> browse
```If `browse` doesn't launch your browser, manually open [http://localhost:8080/](http://localhost:8080/) in your browser.