Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lue-bird/elm-state-interface-hello
minimal setup for an elm-state-interface web app
https://github.com/lue-bird/elm-state-interface-hello
elm elm-state-interface hello-world template the-elm-architecture web
Last synced: 5 days ago
JSON representation
minimal setup for an elm-state-interface web app
- Host: GitHub
- URL: https://github.com/lue-bird/elm-state-interface-hello
- Owner: lue-bird
- Created: 2024-03-16T14:06:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:01:52.000Z (7 months ago)
- Last Synced: 2025-01-12T11:52:19.710Z (15 days ago)
- Topics: elm, elm-state-interface, hello-world, template, the-elm-architecture, web
- Language: Elm
- Homepage: https://dark.elm.dmy.fr/packages/lue-bird/elm-state-interface/latest
- Size: 55.7 KB
- Stars: 1
- 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/) app
```shell
git clone https://github.com/lue-bird/elm-state-interface-hello.git && \
cd elm-state-interface-hello && \
npm install && \
npx vite
```
- open http://localhost:5173/ to see your app
- open `src/App.elm` in an editor to paste in example code and fiddle around yourselfFor all future runs, you just need
```shell
npx vite
```Links to the tools:
- [vite](https://vitejs.dev/)
- [ryan-haskell/vite-plugin-elm-watch](https://github.com/ryan-haskell/vite-plugin-elm-watch)