Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guumaster/elm-counter-list
A simple counter list in elm
https://github.com/guumaster/elm-counter-list
Last synced: about 6 hours ago
JSON representation
A simple counter list in elm
- Host: GitHub
- URL: https://github.com/guumaster/elm-counter-list
- Owner: guumaster
- Created: 2016-10-22T21:51:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T14:28:06.000Z (about 8 years ago)
- Last Synced: 2024-11-12T05:42:31.713Z (2 months ago)
- Language: Elm
- Homepage: https://guumaster.github.io/elm-counter-list
- Size: 1010 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Counter List
This is a simple [Elm](http://elm-lang.org/) [PWA](https://developers.google.com/web/progressive-web-apps/) with a counter list.
[![Example](elm-counter-list.gif)](https://guumaster.github.io/elm-counter-list/)
You can **[try it online](https://guumaster.github.io/elm-counter-list/)**
### Development
- Clone, install, run:
```sh
$> git clone https://github.com/guumaster/elm-counter-list.git
$> cd elm-counter-list
$> npm install
$> npm start
```
- open `http://localhost:8081` on your browser. Or open `http://:8081` from your mobile device.### Production build
You can create a distribution with `npm run build` and then statically serve `docs/` folder.
### Tools
- Manifest.json made with [WebApp Manifest Generator](https://app-manifest.firebaseapp.com/).
- Fork ribbon made with [Pure CSS ribbon by codepo8](https://codepo8.github.io/css-fork-on-github-ribbon/).
- Favicon made with [Favicon.cc](https://favicon.cc).