Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lue-bird/elm-state-interface-node-hello
- Owner: lue-bird
- Created: 2024-10-19T13:12:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T13:19:17.000Z (3 months ago)
- Last Synced: 2024-12-01T10:58:39.345Z (about 1 month ago)
- Topics: elm, elm-state-interface, node, nodejs, template, the-elm-architecture
- Language: Elm
- Homepage: https://dark.elm.dmy.fr/packages/lue-bird/elm-state-interface/latest
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 yourselfFor all future runs, you just need
```shell
npm run start
```Links to the tools:
- [elm-esm](https://github.com/ChristophP/elm-esm#readme)