Created
April 25, 2022 06:04
-
-
Save agam/9a00f36b58b36e17c6ec4fadb9c61168 to your computer and use it in GitHub Desktop.
Minimal LFE quick-start with Rebar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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