Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morishin/elm-character-count


https://github.com/morishin/elm-character-count

elm

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# elm-character-count
Character count tool powered by elm.

https://counter.morishin.me/

## Run
```sh
npx elm reactor
open http://localhost:8000/src/Main.elm
```
or

```sh
npx elm make src/Main.elm
open index.html
```