Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).