Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guizmaii/lillefp
Talk about my evolution from Java dev to pure FP Scala dev.
https://github.com/guizmaii/lillefp
compiled-slides github-page slides tut
Last synced: 2 months ago
JSON representation
Talk about my evolution from Java dev to pure FP Scala dev.
- Host: GitHub
- URL: https://github.com/guizmaii/lillefp
- Owner: guizmaii
- Created: 2019-05-17T14:42:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T03:52:35.000Z (about 4 years ago)
- Last Synced: 2024-10-11T08:25:22.257Z (3 months ago)
- Topics: compiled-slides, github-page, slides, tut
- Language: Scala
- Homepage: https://guizmaii.github.io/LilleFP/
- Size: 1.45 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pure FP
Code in `core` module is accessible in your slides
Raw slides are in `slides/mdoc/index.html`
### How to compile slides
run `sbt slides/mdoc` to compile slides using [mdoc][mdoc].
You can then view the slides by opening `docs/index.html` in your browser.### How to publish slides with github
When you are ready push the repository to github (including the compiled slides in `docs`).
Then go to project settings -> GitHub Pages and select `master branch /docs folder` for
the source of github pages.This project was generated using [Giter8][g8] with template [presentation.g8][presentation.g8]
[g8]: http://www.foundweekends.org/giter8/
[presentation.g8]: https://github.com/julien-truffaut/presentation.g8
[mdoc]: https://scalameta.org/mdoc/