Contains slides and example code for my Intro to Kotlin presentations @ Nebraska.Code() 2017 and KCDC 2017.
To view the slides you'll need Node & NPM/YARN.
- Clone this repo
cd {project root}/docs/slides
npm install
ORyarn install
npm start
ORyarn start
- Navigate to
http://localhost:9999
in your browser
Code examples are broken out in the following branches:
- master: Base scaffolding for the project (dependencies and such)
- stage/implemented: Implementation of example project
This code is provided under the terms of the MIT license: basically you're free to do whatever you want with it, but no guarantees are made to its validity, stability, or safety. All works referenced by or utilized by this project are the property of their respective copyright holders and retain licensing that may be more restrictive.