Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lue-bird/elm-state-interface-node-hello

minimal setup for an elm-state-interface node app
https://github.com/lue-bird/elm-state-interface-node-hello

elm elm-state-interface node nodejs template the-elm-architecture

Last synced: about 1 month ago
JSON representation

minimal setup for an elm-state-interface node app

Awesome Lists containing this project

README

        

Minimal setup for an [`elm-state-interface`](https://dark.elm.dmy.fr/packages/lue-bird/elm-state-interface/latest/) node.js app

```shell
git clone https://github.com/lue-bird/elm-state-interface-node-hello.git && \
cd elm-state-interface-node-hello && \
npm install && \
npm run start
```
- open `src/App.elm` in an editor to paste in example code and fiddle around yourself

For all future runs, you just need
```shell
npm run start
```

Links to the tools:
- [elm-esm](https://github.com/ChristophP/elm-esm#readme)