https://github.com/bluebrown/cowsay
A basic erlang/cowboy starter
https://github.com/bluebrown/cowsay
cowboy erlang otp rebar3 starter webserver
Last synced: 3 months ago
JSON representation
A basic erlang/cowboy starter
- Host: GitHub
- URL: https://github.com/bluebrown/cowsay
- Owner: bluebrown
- License: 0bsd
- Created: 2024-04-13T08:44:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T08:47:53.000Z (about 2 years ago)
- Last Synced: 2025-03-14T06:13:01.221Z (over 1 year ago)
- Topics: cowboy, erlang, otp, rebar3, starter, webserver
- Language: Erlang
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cowsay
A basic erlang/cowboy starter
## Run
Run the below command, then navigate to `http://localhost:8080`,
in your browser.
```bash
rebar3 shell
```
## Build
```bash
rebar3 compile
```
## Format
```bash
rebar3 fmt
```