Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gangstead/scaladays-2015-recap
Presentation for Dallas Scala Enthusiasts 4/9/2015
https://github.com/gangstead/scaladays-2015-recap
Last synced: 24 days ago
JSON representation
Presentation for Dallas Scala Enthusiasts 4/9/2015
- Host: GitHub
- URL: https://github.com/gangstead/scaladays-2015-recap
- Owner: gangstead
- License: gpl-2.0
- Created: 2015-04-08T01:07:44.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-04-09T23:09:58.000Z (over 9 years ago)
- Last Synced: 2024-10-15T17:57:50.951Z (2 months ago)
- Language: CSS
- Size: 2.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scaladays-2015-recap
=====================My best guess at the important parts of
Presentation for Dallas Scala Enthusiasts [Meetup on 4/9/2015](http://www.meetup.com/Dallas-Scala-Enthusiasts/events/220565633/)
# The Slides
### TL;DR [Slides here](https://gangstead.github.io/scaladays-2015-recap)Since the default branch is gh-pages, go to http://gangstead.github.io/scaladays-2015-recap to view the slides.
To view the slides locally start a [static http server](https://gist.github.com/willurd/5720255) from that directory. My preferred way:
```
# one time, to install the dependency
> npm install -g http-server# start the server in the base directory. -o flag opens browser
> http-server -o
```