=======
These are some examples of using Erlang Programming OTP web server by using Cowboy as the backend. Some examples are using Elm programming language as the front end.
Make sure Erlang/OTP 21 is installed at your computer/server. Please check Erlang Installation Guide
Also ensure Elm is installed at your computer. Please check Elm-Lang Installation Guide
- Go to the one of the example directory.
- Compile the Erlang code
rebar3 compile
- Compile the Elm code
cd priv/static
elm make main.elm
- Running the development server
cd ../..
rebar3 shell