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 app
https://github.com/lue-bird/elm-state-interface-hello
elm elm-state-interface hello-world template the-elm-architecture
Last synced: about 1 month ago
JSON representation
minimal setup for an elm-state-interface app
- Host: GitHub
- URL: https://github.com/lue-bird/elm-state-interface-hello
- Owner: lue-bird
- Created: 2024-03-16T14:06:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:01:52.000Z (6 months ago)
- Last Synced: 2024-10-14T00:42:05.937Z (2 months ago)
- Topics: elm, elm-state-interface, hello-world, template, the-elm-architecture
- 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)