ExploreAstApp

June 27, 2022 ยท View on GitHub

A plug app for exploring ast.

Source Code Ref:

  • https://elixirschool.com/en/lessons/misc/plug
  • https://dev.to/mpevec9/understanding-elixir-plug-o77

Get Deps

HEX_MIRROR=https://cdn.jsdelivr.net/hex mix deps.get

Start Service (DEV-env)

mix run --no-halt

Run Tests

mix test
# Get unit test coverage
mix coveralls.html

Build App

MIX_ENV=prod mix distillery.release

Contents

  1. 1Get Deps
  2. 2Start Service (DEV-env)
  3. 3Run Tests
  4. 4Build App