https://github.com/bluebrown/cowsay
A basic erlang/cowboy starter
https://github.com/bluebrown/cowsay
cowboy erlang otp rebar3 starter webserver
Last synced: 7 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T08:47:53.000Z (over 1 year ago)
- Last Synced: 2025-01-21T00:50:14.515Z (9 months 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
```