Skip to content

Instantly share code, notes, and snippets.

@agam
Created April 25, 2022 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agam/9a00f36b58b36e17c6ec4fadb9c61168 to your computer and use it in GitHub Desktop.
Save agam/9a00f36b58b36e17c6ec4fadb9c61168 to your computer and use it in GitHub Desktop.
Minimal LFE quick-start with Rebar
## Install rebar
$ brew install rebar3
## Create a basic app
$ rebar3 new lfe-main hello-world
## Run it
$ cd hello-world
$ rebar3 lfe run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment