Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 474 Bytes

ElixirBasics

Learning Elixir Basics - based on LiveBook for Elixir which can be setup Here

Installation

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix or inside IEx with iex -S mix

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/elixir_basics.