Skip to content

A presentation about the usage of Either type of Scala language.

License

Notifications You must be signed in to change notification settings

markarasev/stop-using-either-everywhere

Repository files navigation

Stop using Either everywhere!

This presentation uses reveal.js.

Setup

  1. Install Node.js (9.0.0 or later)

  2. Clone this repository

    $ git clone https://github.com/markarasev/stop-using-either-everywhere.git
  3. Navigate to the stop-using-either-everywhere folder

    $ cd stop-using-either-everywhere
  4. Install dependencies

    $ npm install
  5. Serve the presentation and monitor source files for changes

    $ npm start
  6. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port=8001.