Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morishin/elm-character-count
https://github.com/morishin/elm-character-count
elm
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/morishin/elm-character-count
- Owner: morishin
- Created: 2017-04-30T16:37:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T06:45:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T05:58:16.354Z (3 months ago)
- Topics: elm
- Language: Elm
- Homepage: https://counter.morishin.me
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```